diff options
author | Felix Fietkau <nbd@openwrt.org> | 2009-03-14 03:17:35 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2009-03-14 03:17:35 +0000 |
commit | 06e76c6ccd39a2afcb57f1d7e303aaaa7e9fcd30 (patch) | |
tree | 9d3eaf2c0d5eb43564c71b7dae3a4dbd3fe87ab6 /toolchain/gcc | |
parent | e1fdc6451abe09e92cd0432ab0d8ed8735bbd99f (diff) | |
download | upstream-06e76c6ccd39a2afcb57f1d7e303aaaa7e9fcd30.tar.gz upstream-06e76c6ccd39a2afcb57f1d7e303aaaa7e9fcd30.tar.bz2 upstream-06e76c6ccd39a2afcb57f1d7e303aaaa7e9fcd30.zip |
enable eabi support by default
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14869 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'toolchain/gcc')
-rw-r--r-- | toolchain/gcc/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/gcc/Config.in b/toolchain/gcc/Config.in index 40042ee82b..0658b87cc0 100644 --- a/toolchain/gcc/Config.in +++ b/toolchain/gcc/Config.in @@ -40,7 +40,7 @@ config EABI_SUPPORT bool depends arm||armeb prompt "Enable EABI support" if TOOLCHAINOPTS - default n + default y help Enable ARM EABI support |