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 G++ to support the -stdlib= option #2

Open
cpplearner opened this issue Jan 2, 2021 · 1 comment
Open

Configure G++ to support the -stdlib= option #2

cpplearner opened this issue Jan 2, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@cpplearner
Copy link

GCC recently added a -stdlib= option, which makes it easier to use libc++ with g++. But this option is only enabled when GCC is configured with the --with-gxx-libcxx-include-dir= option.

It would be nice if compiler-explorer could support this option.

@partouf partouf added the enhancement New feature or request label Jan 14, 2021
@partouf
Copy link
Member

partouf commented Apr 19, 2021

Not exactly sure how we can make this work and also be practical for the website. I guess we could set it to clang-trunk for gcc trunk, but if this gets into a release it will be a bit less flexible than the --gcc-toolchain option the clangs have - unless they decide to include something similar.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants