Skip to content
Snippets Groups Projects
Commit 72d46836 authored by Felix Fietkau's avatar Felix Fietkau
Browse files

toolchain/gcc: use 4.8-linaro by default


Signed-off-by: default avatarFelix Fietkau <nbd@openwrt.org>

SVN-Revision: 39860
parent d76f2d4d
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@
choice
prompt "GCC compiler Version" if TOOLCHAINOPTS
default GCC_USE_VERSION_4_4_7 if avr32
default GCC_USE_VERSION_4_6_LINARO
default GCC_USE_VERSION_4_8_LINARO
help
Select the version of gcc you wish to use.
......
......@@ -3,10 +3,10 @@ config GCC_VERSION_4_4_7
bool
config GCC_VERSION_4_6_LINARO
default y if (!TOOLCHAINOPTS && !avr32)
bool
config GCC_VERSION_4_8_LINARO
default y if (!TOOLCHAINOPTS && !avr32)
bool
config GCC_VERSION_4_8_0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment