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

gcc: Pull libc++ 17 compatibility fixes #784

Merged
merged 1 commit into from
Sep 18, 2024

Conversation

stephanosio
Copy link
Member

@stephanosio stephanosio commented Sep 18, 2024

This commit pulls in the GCC patches to fix the ctype macro poisoning issues when building with libc++ >= 17, in preparation for moving the macOS CI to Xcode 15.3.

GCC PR: zephyrproject-rtos/gcc#35

@stephanosio stephanosio added ci-macos-x86_64 Run CI for x86-64 macOS host (for PR) ci-macos-aarch64 Run CI for AArch64 macOS host (for PR) area: GCC Issues related to GCC (GNU Compiler Collection) labels Sep 18, 2024
This commit pulls in the GCC patches to fix the ctype macro poisoning
issues when building with libc++ >= 17, in preparation for moving the
macOS CI to Xcode 15.3.

Signed-off-by: Stephanos Ioannidis <root@stephanos.io>
@stephanosio stephanosio marked this pull request as ready for review September 18, 2024 14:27
@stephanosio stephanosio merged commit 67bdec2 into zephyrproject-rtos:main Sep 18, 2024
2 of 56 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: GCC Issues related to GCC (GNU Compiler Collection) ci-macos-aarch64 Run CI for AArch64 macOS host (for PR) ci-macos-x86_64 Run CI for x86-64 macOS host (for PR)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant