Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: config_for_build.h for cross, bootstrap config. #373

Merged
merged 2 commits into from
Mar 30, 2024

Conversation

Explorer09
Copy link
Contributor

(Split from PR #321)

This should be enough to fix the main bug as reported in #314.
Other cross-compile limitations may still exist.

Re-add the fallback definition of 'bool', which was deleted in commit
3efb40d. Also amend the preprocessor
conditionals to turn off the fallback in C++ mode or C23 or later
standard.

This is for backward compatibility to compilers that do not yet support
C99 stdbool.h.

Signed-off-by: Kang-Che Sung <[email protected]>
This should be enough to fix the main bug as reported in westes#314.
Other cross-compile limitations may still exist.

Signed-off-by: Kang-Che Sung <[email protected]>
@westes westes merged commit b162ab5 into westes:master Mar 30, 2024
3 checks passed
@Explorer09 Explorer09 deleted the config-for-build branch March 30, 2024 14:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants