binutils: add binutils 2.21.1
[openwrt.git] / toolchain / Config.in
index ef11c9c..7545032 100644 (file)
@@ -197,8 +197,7 @@ config LIBC_VERSION
 
 config TARGET_SUFFIX
        string
-       default "gnueabi"         if (USE_EGLIBC || USE_GLIBC) && arm
-       default "gnu"             if (USE_EGLIBC || USE_GLIBC) && !arm
-       default "uclibcgnueabi"   if USE_UCLIBC && arm
-       default "uclibc"          if USE_UCLIBC && !arm
-
+       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.024008 seconds and 4 git commands to generate.