diff options
author | Alexey Neyman <stilor@att.net> | 2017-07-06 00:25:30 -0700 |
---|---|---|
committer | Alexey Neyman <stilor@att.net> | 2017-07-08 10:57:56 -0700 |
commit | 4000e1def3d48571e52200cd0c0e0010b9ca139f (patch) | |
tree | 6346e754ca0dbc1ea566ff9af11cf4e6f55aa298 /config/cc | |
parent | ae71ce41063334796b20eb8b834225b2521fedc3 (diff) | |
download | crosstool-ng-4000e1def3d48571e52200cd0c0e0010b9ca139f.tar.gz crosstool-ng-4000e1def3d48571e52200cd0c0e0010b9ca139f.tar.bz2 crosstool-ng-4000e1def3d48571e52200cd0c0e0010b9ca139f.zip |
Also upgrade non-generated config files
Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'config/cc')
-rw-r--r-- | config/cc/gcc.in | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/config/cc/gcc.in b/config/cc/gcc.in index 8bf95e77..f5017578 100644 --- a/config/cc/gcc.in +++ b/config/cc/gcc.in @@ -1,7 +1,7 @@ # GCC options ## default y -## select CC_SUPPORT_CXX if !LIBC_none +## select CC_SUPPORT_CXX if !LIBC_NONE ## select CC_SUPPORT_FORTRAN ## select CC_SUPPORT_JAVA if !GCC_7_or_later ## select CC_SUPPORT_ADA @@ -253,7 +253,7 @@ config CC_GCC_LIBSANITIZER bool prompt "Compile libsanitizer" depends on THREADS_NATIVE - depends on ! LIBC_uClibc && ! LIBC_musl # Currently lacks required headers (like netrom.h) + depends on ! LIBC_UCLIBC && ! LIBC_MUSL # Currently lacks required headers (like netrom.h) help libsanitizer is a library which provides run-time sanitising of either or both of: @@ -267,9 +267,9 @@ config CC_GCC_LIBMPX default y prompt "Compile libmpx" depends on CC_GCC_HAS_LIBMPX - depends on ARCH_x86 + depends on ARCH_X86 # MUSL does not define libc types that GCC requires. Mingw lacks certain headers. - depends on !LIBC_musl && ! LIBC_mingw + depends on !LIBC_MUSL && ! LIBC_MINGW help Enable GCC support for Intel Memory Protection Extensions (MPX). @@ -436,6 +436,6 @@ config CC_GCC_HAS_ARCH_OPTIONS comment "archictecture-specific options" depends on CC_GCC_HAS_ARCH_OPTIONS -if ARCH_mips +if ARCH_MIPS source "config/cc/gcc.in.mips" -endif # ARCH_mips +endif # ARCH_MIPS |