[uClibc-cvs] svn commit: trunk/uClibc/extra/Configs

vapier at uclibc.org vapier at uclibc.org
Wed Mar 16 23:12:45 UTC 2005


Author: vapier
Date: 2005-03-16 16:12:44 -0700 (Wed, 16 Mar 2005)
New Revision: 10027

Log:
move the compiler flags WARNINGS option

Modified:
   trunk/uClibc/extra/Configs/Config.in
   trunk/uClibc/extra/Configs/Config.in.arch


Changeset:
Modified: trunk/uClibc/extra/Configs/Config.in
===================================================================
--- trunk/uClibc/extra/Configs/Config.in	2005-03-16 23:12:06 UTC (rev 10026)
+++ trunk/uClibc/extra/Configs/Config.in	2005-03-16 23:12:44 UTC (rev 10027)
@@ -4,7 +4,6 @@
 #
 mainmenu "uClibc C Library Configuration"
 
-
 choice
 	prompt "Target Architecture"
 	default TARGET_i386
@@ -1311,6 +1310,12 @@
 	  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

Modified: trunk/uClibc/extra/Configs/Config.in.arch
===================================================================
--- trunk/uClibc/extra/Configs/Config.in.arch	2005-03-16 23:12:06 UTC (rev 10026)
+++ trunk/uClibc/extra/Configs/Config.in.arch	2005-03-16 23:12:44 UTC (rev 10027)
@@ -80,12 +80,6 @@
 	  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"




More information about the uClibc-cvs mailing list