X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/3a8b8febd9c0e8fe484fc53eab78908dcc8c5b06..68cbd94e279ba7176c446b119b6090f349526098:/toolchain/gcc/Config.in diff --git a/toolchain/gcc/Config.in b/toolchain/gcc/Config.in index 03f7eddc8..ed43f8f0d 100644 --- a/toolchain/gcc/Config.in +++ b/toolchain/gcc/Config.in @@ -4,6 +4,7 @@ choice prompt "GCC compiler Version" if TOOLCHAINOPTS default GCC_VERSION_3_4_6 if LINUX_2_4 default GCC_VERSION_4_2_0 if TARGET_magicbox + default GCC_VERSION_4_2_3 if TARGET_avr32 default GCC_VERSION_4_1_2 help Select the version of gcc you wish to use. @@ -33,6 +34,14 @@ choice endchoice +config EABI_SUPPORT + bool + depends arm||armeb + 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