1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-04-21 12:27:27 +03:00

make gcc 4.1.1 the default for Aruba

git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4189 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
kaloz
2006-07-21 11:04:33 +00:00
parent 11eb6665fe
commit e5504c071b
2 changed files with 2 additions and 2 deletions

View File

@@ -12,7 +12,7 @@ config GCC_VERSION
if !TOOLCHAINOPTS
config GCC_VERSION_3_4_4
default y if LINUX_2_4_BRCM
config GCC_VERSION_4_0_3
config GCC_VERSION_4_1_1
default y if LINUX_2_6_ARUBA
endif