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

configure: improve clang-on-Linux support #4449

Merged
merged 1 commit into from Jan 30, 2024

Conversation

mitza-oci
Copy link
Member

@mitza-oci mitza-oci commented Jan 29, 2024

The order of entries in $platforminfo{$os}->{'compilers'} is significant: check clang++ first, for consistency with g++.
Use a better regex to run gcc/clang version detection.
Output the compiler's version string when configure is in verbose mode.

The order of entries in $platforminfo{$os}->{'compilers'} is significant:
check clang++ for consistency with g++.
Use a better regex to run gcc/clang version detection.
Output the compiler's version string when configure is in verbose mode.
@jrw972 jrw972 merged commit 4c883b5 into OpenDDS:master Jan 30, 2024
130 checks passed
@mitza-oci mitza-oci deleted the configure-clang branch January 30, 2024 22:50
@iguessthislldo iguessthislldo mentioned this pull request Feb 7, 2024
2 tasks
mitza-oci added a commit that referenced this pull request Feb 7, 2024
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.

Configure script compiler detection clang/clang++ inconsistency
2 participants