aboutsummaryrefslogtreecommitdiff
path: root/config.guess
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2013-11-09 17:00:42 +0100
committerSebastian Dröge <sebastian@centricular.com>2013-11-09 17:00:42 +0100
commit6f5ff9b84f6e3ad68f3e777622282d5db6ccc0e0 (patch)
tree1b956fe5fecdb053bf78525970f32322fe1d8eca /config.guess
parent7cb19d4fb99d5bcd2eba76245bc2af9d889b4ff1 (diff)
Imported Upstream version 1.2.1upstream/1.2.1
Diffstat (limited to 'config.guess')
-rwxr-xr-xconfig.guess8
1 files changed, 7 insertions, 1 deletions
diff --git a/config.guess b/config.guess
index 120cc0d..b79252d 100755
--- a/config.guess
+++ b/config.guess
@@ -2,7 +2,7 @@
# Attempt to guess a canonical system name.
# Copyright 1992-2013 Free Software Foundation, Inc.
-timestamp='2013-05-16'
+timestamp='2013-06-10'
# This file is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by
@@ -995,6 +995,12 @@ EOF
ppc:Linux:*:*)
echo powerpc-unknown-linux-${LIBC}
exit ;;
+ ppc64le:Linux:*:*)
+ echo powerpc64le-unknown-linux-${LIBC}
+ exit ;;
+ ppcle:Linux:*:*)
+ echo powerpcle-unknown-linux-${LIBC}
+ exit ;;
s390:Linux:*:* | s390x:Linux:*:*)
echo ${UNAME_MACHINE}-ibm-linux-${LIBC}
exit ;;