diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-03-16 23:12:44 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-03-16 23:12:44 +0000 |
commit | 56f0e6a5df576f22ce1b1c2efd3e403c05d0adaf (patch) | |
tree | 232b718db11f8eb241f3c6112f59c2f1249237ed | |
parent | dec5156f597a94c9c09c455d9efd7e22341c6cc7 (diff) |
move the compiler flags WARNINGS option
-rw-r--r-- | extra/Configs/Config.in | 7 | ||||
-rw-r--r-- | extra/Configs/Config.in.arch | 6 |
2 files changed, 6 insertions, 7 deletions
diff --git a/extra/Configs/Config.in b/extra/Configs/Config.in index 55eb9f4bc..f90330abc 100644 --- a/extra/Configs/Config.in +++ b/extra/Configs/Config.in @@ -4,7 +4,6 @@ # mainmenu "uClibc C Library Configuration" - choice prompt "Target Architecture" default TARGET_i386 @@ -1311,6 +1310,12 @@ config UCLIBC_MALLOC_DEBUGGING Because this increases the size of malloc appreciably (due to strings etc), you should say N unless you need to debug a malloc problem. +config WARNINGS + string "Compiler Warnings" + default "-Wall" + help + Set this to the set of gcc warnings you wish to see while compiling. + config UCLIBC_MJN3_ONLY bool "Manuel's hidden warnings" default n diff --git a/extra/Configs/Config.in.arch b/extra/Configs/Config.in.arch index 4a7a7abe7..cd652cc89 100644 --- a/extra/Configs/Config.in.arch +++ b/extra/Configs/Config.in.arch @@ -80,12 +80,6 @@ config DO_C99_MATH If your applications require the newer C99 math library functions, then answer Y. -config WARNINGS - string "Compiler Warnings" - default "-Wall" - help - Set this to the set of gcc warnings you wish to see while compiling. - config KERNEL_SOURCE string "Linux kernel header location" default "/usr/src/linux" |