Skip to content
Snippets Groups Projects
Commit b08930c8 authored by jogo's avatar jogo
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>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36688 3c298f89-4303-0410-b956-a3cf2f4a3e73
parent d907275f
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