Sfoglia il codice sorgente

fix GCC version selection for Magicbox

SVN-Revision: 10288
Imre Kaloz 18 anni fa
parent
commit
423d63701a
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      toolchain/gcc/Config.version

+ 1 - 1
toolchain/gcc/Config.version

@@ -12,7 +12,7 @@ if !TOOLCHAINOPTS
 		default y if LINUX_2_4
 
 	config GCC_VERSION_4_2_0
-		default y if LINUX_2_6_MAGICBOX
+		default y if @TARGET_magicbox
 endif