summaryrefslogtreecommitdiffstats
path: root/ext/config.guess
diff options
context:
space:
mode:
authorTimothy Gu <timothygu99@gmail.com>2014-11-14 21:34:32 (GMT)
committerTimothy Gu <timothygu99@gmail.com>2014-11-14 21:34:32 (GMT)
commitb3985910313211c26333118ef2ef74b1dd445bbb (patch)
tree5fbd41a9d2ee0a4ba817643b03008e022ecf88bb /ext/config.guess
parent64e9127b9bd9949281ab1b9b26727babad85c535 (diff)
downloadmxe-b3985910313211c26333118ef2ef74b1dd445bbb.zip
mxe-b3985910313211c26333118ef2ef74b1dd445bbb.tar.gz
mxe-b3985910313211c26333118ef2ef74b1dd445bbb.tar.bz2
config.guess: Update
Signed-off-by: Timothy Gu <timothygu99@gmail.com>
Diffstat (limited to 'ext/config.guess')
-rwxr-xr-xext/config.guess11
1 files changed, 6 insertions, 5 deletions
diff --git a/ext/config.guess b/ext/config.guess
index 1f5c50c..6c32c86 100755
--- a/ext/config.guess
+++ b/ext/config.guess
@@ -2,7 +2,7 @@
# Attempt to guess a canonical system name.
# Copyright 1992-2014 Free Software Foundation, Inc.
-timestamp='2014-03-23'
+timestamp='2014-11-04'
# 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
@@ -24,12 +24,12 @@ timestamp='2014-03-23'
# program. This Exception is an additional permission under section 7
# of the GNU General Public License, version 3 ("GPLv3").
#
-# Originally written by Per Bothner.
+# Originally written by Per Bothner; maintained since 2000 by Ben Elliston.
#
# You can get the latest version of this script from:
# http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD
#
-# Please send patches with a ChangeLog entry to config-patches@gnu.org.
+# Please send patches to <config-patches@gnu.org>.
me=`echo "$0" | sed -e 's,.*/,,'`
@@ -579,8 +579,9 @@ EOF
else
IBM_ARCH=powerpc
fi
- if [ -x /usr/bin/oslevel ] ; then
- IBM_REV=`/usr/bin/oslevel`
+ if [ -x /usr/bin/lslpp ] ; then
+ IBM_REV=`/usr/bin/lslpp -Lqc bos.rte.libc |
+ awk -F: '{ print $3 }' | sed s/[0-9]*$/0/`
else
IBM_REV=${UNAME_VERSION}.${UNAME_RELEASE}
fi