summaryrefslogtreecommitdiff
path: root/config/cc
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2017-07-06 07:25:30 (GMT)
committerAlexey Neyman <stilor@att.net>2017-07-08 17:57:56 (GMT)
commit4000e1def3d48571e52200cd0c0e0010b9ca139f (patch)
tree6346e754ca0dbc1ea566ff9af11cf4e6f55aa298 /config/cc
parentae71ce41063334796b20eb8b834225b2521fedc3 (diff)
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.in12
1 files changed, 6 insertions, 6 deletions
diff --git a/config/cc/gcc.in b/config/cc/gcc.in
index 8bf95e7..f501757 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