Revert "[toolchain/eglibc} eglibc in fact can be built with -Os"
[openwrt.git] / toolchain / Config.in
index 61a54a3..7545032 100644 (file)
@@ -197,5 +197,7 @@ config LIBC_VERSION
 
 config TARGET_SUFFIX
        string
-       default "gnueabi"         if (USE_EGLIBC || USE_GLIBC)
-       default "uclibcgnueabi"   if USE_UCLIBC
+       default "gnueabi"         if (USE_EGLIBC || USE_GLIBC) && (arm || armeb)
+       default "gnu"             if (USE_EGLIBC || USE_GLIBC) && !(arm || armeb)
+       default "uclibcgnueabi"   if USE_UCLIBC && (arm || armeb)
+       default "uclibc"          if USE_UCLIBC && !(arm || armeb)
This page took 0.0285069999999999 seconds and 4 git commands to generate.