From 03d5cedd44b3d750ce1da656e206483ad2e019b8 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Thu, 14 Feb 2008 14:31:31 +0000 Subject: 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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10458 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- toolchain/gcc/Config.in | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'toolchain/gcc/Config.in') 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 -- cgit v1.2.3