config-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] include ${LIBC} in guessed s390 linux targets


From: Mike Frysinger
Subject: [PATCH] include ${LIBC} in guessed s390 linux targets
Date: Wed, 15 May 2013 22:06:11 -0400

Signed-off-by: Mike Frysinger <address@hidden>
---
 ChangeLog    | 6 ++++++
 config.guess | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index fb92167..604db4c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 2013-05-16  Mike Frysinger  <address@hidden>
 
+       * config.guess (s390:Linux:*:*|s390x:Linux:*:*): s390 targets include
+       "-gnu" suffixes like other Linux targets (and "-uclibc" with uclibc
+       targets).
+
+2013-05-16  Mike Frysinger  <address@hidden>
+
        * config.guess: Hoist C library detection code up to a common
        location so all Linux targets can use it.
 
diff --git a/config.guess b/config.guess
index 821b25a..120cc0d 100755
--- a/config.guess
+++ b/config.guess
@@ -996,7 +996,7 @@ EOF
        echo powerpc-unknown-linux-${LIBC}
        exit ;;
     s390:Linux:*:* | s390x:Linux:*:*)
-       echo ${UNAME_MACHINE}-ibm-linux
+       echo ${UNAME_MACHINE}-ibm-linux-${LIBC}
        exit ;;
     sh64*:Linux:*:*)
        echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
-- 
1.8.2.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]