svn commit: trunk/uClibc/extra/Configs

vapier at uclibc.org vapier at uclibc.org
Sun Dec 3 20:13:25 UTC 2006


Author: vapier
Date: 2006-12-03 12:13:25 -0800 (Sun, 03 Dec 2006)
New Revision: 16776

Log:
make ABI into a list

Modified:
   trunk/uClibc/extra/Configs/Config.arm


Changeset:
Modified: trunk/uClibc/extra/Configs/Config.arm
===================================================================
--- trunk/uClibc/extra/Configs/Config.arm	2006-12-03 20:10:28 UTC (rev 16775)
+++ trunk/uClibc/extra/Configs/Config.arm	2006-12-03 20:13:25 UTC (rev 16776)
@@ -17,16 +17,24 @@
 config LIBGCC_CFLAGS
 	string
 
-config CONFIG_ARM_EABI
-	bool "Use ARM EABI"
-	default n
+choice
+	prompt "Target ABI"
+	default CONFIG_ARM_OABI
 	help
-	  If you choose "Y" here, functions and constants required by the
-	  ARM EABI will be built into the library.  You should choose "Y"
+	  If you choose "EABI" here, functions and constants required by the
+	  ARM EABI will be built into the library.  You should choose "EABI"
 	  if your compiler uses the ARM EABI, in which case you will also
-	  need a kernel supporting the EABI system call interface, or "N"
+	  need a kernel supporting the EABI system call interface, or "OABI"
 	  for a compiler using the old Linux ABI.
 
+config CONFIG_ARM_OABI
+	bool "OABI"
+
+config CONFIG_ARM_EABI
+	bool "EABI"
+
+endchoice
+
 config USE_BX
 	bool "Use BX in function return"
 	default y




More information about the uClibc-cvs mailing list