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

nuke old gcc 4.2 versions

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13483 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
kaloz
2008-12-02 18:32:02 +00:00
parent f0d05adfd8
commit c4d1c811de
93 changed files with 0 additions and 40818 deletions

View File

@@ -2,10 +2,6 @@ config GCC_VERSION
string
default "3.4.6" if GCC_VERSION_3_4_6
default "4.1.2" if GCC_VERSION_4_1_2
default "4.2.0" if GCC_VERSION_4_2_0
default "4.2.1" if GCC_VERSION_4_2_1
default "4.2.2" if GCC_VERSION_4_2_2
default "4.2.3" if GCC_VERSION_4_2_3
default "4.2.4" if GCC_VERSION_4_2_4
default "4.1.2"
@@ -18,5 +14,3 @@ if !TOOLCHAINOPTS
default y if TARGET_ppc40x
default y if TARGET_ppc44x
endif