diff options
author | Nicolas Thill <nico@openwrt.org> | 2009-09-26 21:34:40 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2009-09-26 21:34:40 +0000 |
commit | 737b4b4bcb7cf5663ba2552820a74bfed3fe717f (patch) | |
tree | 94cae5aed069d168e2bdf64923e4c47097e9106f /toolchain/gcc | |
parent | 80574578ec9794f58bd98c1d31fba52c617cb03c (diff) | |
download | upstream-737b4b4bcb7cf5663ba2552820a74bfed3fe717f.tar.gz upstream-737b4b4bcb7cf5663ba2552820a74bfed3fe717f.tar.bz2 upstream-737b4b4bcb7cf5663ba2552820a74bfed3fe717f.zip |
move EABI config option out of GCC
SVN-Revision: 17753
Diffstat (limited to 'toolchain/gcc')
-rw-r--r-- | toolchain/gcc/Config.in | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/toolchain/gcc/Config.in b/toolchain/gcc/Config.in index 873dbfcdc2..07f050aad5 100644 --- a/toolchain/gcc/Config.in +++ b/toolchain/gcc/Config.in @@ -40,15 +40,6 @@ endif endchoice -config EABI_SUPPORT - bool - depends arm||armeb - prompt "Enable EABI support" if TOOLCHAINOPTS - default n if TARGET_gemini - default y - help - Enable ARM EABI support - config EXTRA_GCC_CONFIG_OPTIONS string prompt "Additional gcc configure options" if TOOLCHAINOPTS |