diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-09-26 21:34:40 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-09-26 21:34:40 +0000 |
commit | dce027fbeaa892800ef9b4d2e8de01be6d4f0d91 (patch) | |
tree | d11b25ea50f26f40f1e292145be76811e17f3642 /toolchain/gcc | |
parent | 749981b832eab6b4909ea45e8d584c570cd0ea12 (diff) |
[toolchain] move EABI config option out of GCC
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17753 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 |