diff options
author | Keith Packard <keithp@keithp.com> | 2021-01-07 17:25:32 -0800 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2021-01-11 22:48:46 -0800 |
commit | 43f50793826918f78b79d2e8197da4e58bdf6748 (patch) | |
tree | 67950fd574e3bad87675fae1733c396d91e03cea /config | |
parent | 74949b1d3578873af031f9ad67a8fdb571c5f1bc (diff) | |
download | crosstool-ng-43f50793826918f78b79d2e8197da4e58bdf6748.tar.gz crosstool-ng-43f50793826918f78b79d2e8197da4e58bdf6748.tar.bz2 crosstool-ng-43f50793826918f78b79d2e8197da4e58bdf6748.zip |
gcc: Add support for building libstdc++ with alternate libc
This adds another mode to do_gcc_core_backend that builds libstdc++
against an alternate libc implementation.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'config')
-rw-r--r-- | config/cc/gcc.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/cc/gcc.in b/config/cc/gcc.in index 849b1ad0..9d9b6921 100644 --- a/config/cc/gcc.in +++ b/config/cc/gcc.in @@ -1,6 +1,6 @@ # GCC options -## select CC_SUPPORT_CXX if !LIBC_NONE +## select CC_SUPPORT_CXX ## select CC_SUPPORT_FORTRAN ## select CC_SUPPORT_JAVA if !GCC_7_or_later && OBSOLETE ## select CC_SUPPORT_ADA |