revert ARM to oabi by default, add some eabi patches for fixing up the toolchain...
[openwrt/svn-archive/archive.git] / toolchain / gcc / Config.in
index 01557138d549bcd2d1fca2d51b8ae79306cf482e..13b5238bf7df4bf45bf4902872c9572ee714edc9 100644 (file)
@@ -34,6 +34,15 @@ choice
 
 endchoice
 
+config EABI_SUPPORT
+       bool
+       depends arm||armeb
+       depends BROKEN
+       prompt "Enable EABI support" if TOOLCHAINOPTS
+       default n
+       help
+         Enable ARM EABI support
+
 config EXTRA_GCC_CONFIG_OPTIONS
        string
        prompt "Additional gcc options" if TOOLCHAINOPTS