We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
/lib/cpp
As a (nasty) hack right now we force cpp to be the one coming from gcc.
cpp
gcc
However, we should actually provide /lib/cpp (at %(libdir)/cpp with usr-merge) to automatically switch between clang-cpp (LLVM) and cpp (GCC)
%(libdir)/cpp with usr-merge) to automatically switch between
(LLVM)
The text was updated successfully, but these errors were encountered:
This has become more important so that we provide clang-cpp link when CPP isn't respected and /lib/cpp is blindly queried by old autotools cruft.
clang-cpp
CPP
Sorry, something went wrong.
No branches or pull requests
As a (nasty) hack right now we force
cpp
to be the one coming fromgcc
.However, we should actually provide
/lib/cpp
(at%(libdir)/cpp with usr-merge) to automatically switch between
clang-cpp(LLVM)
andcpp
(GCC)The text was updated successfully, but these errors were encountered: