I'll bump the compilers for way more targets after some testing, then nuke 
4.1.2.


Imre

On Mon, 04 Oct 2010 21:27:47 +0200, Roberto Riggio 
<[email protected]> wrote:

  Current Config.version does not define a gcc version for the x86
target. As a result
version 4.1.2 is used.

Signed-off-by: Roberto Riggio<[email protected]>


--
Index: toolchain/gcc/Config.version
===================================================================
--- toolchain/gcc/Config.version    (revision 23220)
+++ toolchain/gcc/Config.version    (working copy)
@@ -80,6 +80,6 @@
          default y if powerpc

      config GCC_VERSION_4_4_4
-        default y if (TARGET_octeon || TARGET_sibyte || TARGET_omap35xx)
+        default y if (TARGET_octeon || TARGET_sibyte || TARGET_omap35xx
|| TARGET_x86)

  endif
_______________________________________________
openwrt-devel mailing list
[email protected]
https://lists.openwrt.org/mailman/listinfo/openwrt-devel
_______________________________________________
openwrt-devel mailing list
[email protected]
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to