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 | 6bce19599ad52e8243736b3a2a313a507696185c (patch) | |
tree | 70c5798111879063cd5e6ea62f15cbaaa6c09445 /toolchain/gcc | |
parent | b5a90e5cd952adec8a0d55b9d7e2654eb1cb0839 (diff) | |
download | upstream-6bce19599ad52e8243736b3a2a313a507696185c.tar.gz upstream-6bce19599ad52e8243736b3a2a313a507696185c.tar.bz2 upstream-6bce19599ad52e8243736b3a2a313a507696185c.zip |
remove the "depends BROKEN" for eabi
SVN-Revision: 10556
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 |