diff options
author | Felix Fietkau <nbd@openwrt.org> | 2008-03-07 10:16:37 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2008-03-07 10:16:37 +0000 |
commit | 2eb210786484a3e17aca2011503b07de008e0b7e (patch) | |
tree | 019a6b45132521a51c9cb3c15381489358836b58 /toolchain/gcc | |
parent | 91c75f93ea720ef49127aa5642c628a03419977d (diff) | |
download | upstream-2eb210786484a3e17aca2011503b07de008e0b7e.tar.gz upstream-2eb210786484a3e17aca2011503b07de008e0b7e.tar.bz2 upstream-2eb210786484a3e17aca2011503b07de008e0b7e.zip |
remove the "depends BROKEN" for eabi
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10556 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'toolchain/gcc')
-rw-r--r-- | toolchain/gcc/Config.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/toolchain/gcc/Config.in b/toolchain/gcc/Config.in index 13b5238bf7..ed43f8f0da 100644 --- a/toolchain/gcc/Config.in +++ b/toolchain/gcc/Config.in @@ -37,7 +37,6 @@ endchoice config EABI_SUPPORT bool depends arm||armeb - depends BROKEN prompt "Enable EABI support" if TOOLCHAINOPTS default n help |