diff options
author | Felix Fietkau <nbd@openwrt.org> | 2008-02-14 14:31:31 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2008-02-14 14:31:31 +0000 |
commit | 82572cf7677a78e48f719cf969fac725ca639bd2 (patch) | |
tree | cf4b86ddd7f32c1f891c0ef62b294649a74c5f24 /toolchain/gcc/Config.in | |
parent | ebf4eb11e9a15e1d76a373c453dfd8f2752a4bd6 (diff) | |
download | upstream-82572cf7677a78e48f719cf969fac725ca639bd2.tar.gz upstream-82572cf7677a78e48f719cf969fac725ca639bd2.tar.bz2 upstream-82572cf7677a78e48f719cf969fac725ca639bd2.zip |
revert ARM to oabi by default, add some eabi patches for fixing up the toolchain, which unfortunately break eabi userland, but are IMHO a necessary basis for further eabi fixes
SVN-Revision: 10458
Diffstat (limited to 'toolchain/gcc/Config.in')
-rw-r--r-- | toolchain/gcc/Config.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/toolchain/gcc/Config.in b/toolchain/gcc/Config.in index 01557138d5..13b5238bf7 100644 --- a/toolchain/gcc/Config.in +++ b/toolchain/gcc/Config.in @@ -34,6 +34,15 @@ choice endchoice +config EABI_SUPPORT + bool + depends arm||armeb + depends BROKEN + prompt "Enable EABI support" if TOOLCHAINOPTS + default n + help + Enable ARM EABI support + config EXTRA_GCC_CONFIG_OPTIONS string prompt "Additional gcc options" if TOOLCHAINOPTS |