Author: nbd
Date: 2016-01-30 00:19:19 +0100 (Sat, 30 Jan 2016)
New Revision: 48554

Modified:
   trunk/toolchain/Config.in
Log:
toolchain: fix default toolchain selection for mips64 added in r47355

Signed-off-by: Felix Fietkau <[email protected]>

Modified: trunk/toolchain/Config.in
===================================================================
--- trunk/toolchain/Config.in   2016-01-29 22:31:43 UTC (rev 48553)
+++ trunk/toolchain/Config.in   2016-01-29 23:19:19 UTC (rev 48554)
@@ -257,10 +257,11 @@
          Enable if you want to build insight-gdb.
 
 config USE_GLIBC
+       default y if !TOOLCHAINOPTS && !EXTERNAL_TOOLCHAIN && !NATIVE_TOOLCHAIN 
&& (mips64 || mips64el)
        bool
 
 config USE_UCLIBC
-       default y if !TOOLCHAINOPTS && !EXTERNAL_TOOLCHAIN && !NATIVE_TOOLCHAIN 
&& (arc || mips64 || mips64el)
+       default y if !TOOLCHAINOPTS && !EXTERNAL_TOOLCHAIN && !NATIVE_TOOLCHAIN 
&& (arc)
        bool
 
 config USE_MUSL
_______________________________________________
openwrt-commits mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits

Reply via email to