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 | dbd39f1a5071f7ad9cba0024739f143d2813f89b (patch) | |
tree | 1c29e446df47b361a1123b96d050e8b23e445cda /toolchain/gcc | |
parent | 6c6e6f5827ebcfe6734107368da4a6e892e24403 (diff) | |
download | upstream-dbd39f1a5071f7ad9cba0024739f143d2813f89b.tar.gz upstream-dbd39f1a5071f7ad9cba0024739f143d2813f89b.tar.bz2 upstream-dbd39f1a5071f7ad9cba0024739f143d2813f89b.zip |
enable eabi support by default
SVN-Revision: 14869
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 |