summaryrefslogtreecommitdiff
path: root/build-aux
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2016-08-26 06:33:31 -0700
committerKarl Berry <karl@freefriends.org>2016-08-26 06:33:31 -0700
commitbea6f3f8fc6ca3d5bc26e8fb651ecfcafa24115d (patch)
tree9714b7eee993bed621105a3848595e17ef8999b8 /build-aux
parentf10125053f26ab537734651f2bf530ae0bdea66b (diff)
downloadgnulib-bea6f3f8fc6ca3d5bc26e8fb651ecfcafa24115d.tar.gz
autoupdate
Diffstat (limited to 'build-aux')
-rwxr-xr-xbuild-aux/config.sub6
1 files changed, 3 insertions, 3 deletions
diff --git a/build-aux/config.sub b/build-aux/config.sub
index 9feb73bf08..a1f8229449 100755
--- a/build-aux/config.sub
+++ b/build-aux/config.sub
@@ -2,7 +2,7 @@
# Configuration validation subroutine script.
# Copyright 1992-2016 Free Software Foundation, Inc.
-timestamp='2016-06-20'
+timestamp='2016-08-25'
# 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
@@ -1030,7 +1030,7 @@ case $basic_machine in
ppc-* | ppcbe-*)
basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'`
;;
- ppcle | powerpclittle | ppc-le | powerpc-little)
+ ppcle | powerpclittle)
basic_machine=powerpcle-unknown
;;
ppcle-* | powerpclittle-*)
@@ -1040,7 +1040,7 @@ case $basic_machine in
;;
ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'`
;;
- ppc64le | powerpc64little | ppc64-le | powerpc64-little)
+ ppc64le | powerpc64little)
basic_machine=powerpc64le-unknown
;;
ppc64le-* | powerpc64little-*)