Skip to content
Snippets Groups Projects
Commit 6a4bd901 authored by Jonas Gorski's avatar Jonas Gorski
Browse files

gcc: fix avr32 default GCC version


Fix gcc version default after r36355 removing all GCC_DEFAULT_VERSION
symbols.

Signed-off-by: default avatarJonas Gorski <jogo@openwrt.org>

SVN-Revision: 36688
parent 9d115df7
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@
choice
prompt "GCC compiler Version" if TOOLCHAINOPTS
default GCC_USE_VERSION_4_4_7 if GCC_DEFAULT_VERSION_4_4_7
default GCC_USE_VERSION_4_4_7 if avr32
default GCC_USE_VERSION_4_6_LINARO
help
Select the version of gcc you wish to use.
......
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