summaryrefslogtreecommitdiff
path: root/lib/config.guess
diff options
context:
space:
mode:
authorMathieu Lirzin <mthl@gnu.org>2018-03-11 22:13:16 +0100
committerMathieu Lirzin <mthl@gnu.org>2018-03-11 22:19:05 +0100
commitd96d1f3e110e1bdb7af79a3908e364df397401a5 (patch)
tree9acb55f2075f82c0d2d963e2e2bf4b171a1a17db /lib/config.guess
parent968bf9f66e3966d1975295b97539876518ebd2a0 (diff)
downloadautomake-d96d1f3e110e1bdb7af79a3908e364df397401a5.tar.gz
maint: Update files from upstream with 'make fetch'
* lib/config.guess: Update. * lib/config.sub: Likewise. * lib/gendocs.sh: Likewise. * lib/gitlog-to-changelog: Likewise. * lib/gnupload: Likewise. * lib/texinfo.tex: Likewise. * lib/update-copyright: Likewise.
Diffstat (limited to 'lib/config.guess')
-rwxr-xr-xlib/config.guess10
1 files changed, 3 insertions, 7 deletions
diff --git a/lib/config.guess b/lib/config.guess
index f50dcdb6d..256083a70 100755
--- a/lib/config.guess
+++ b/lib/config.guess
@@ -2,7 +2,7 @@
# Attempt to guess a canonical system name.
# Copyright 1992-2018 Free Software Foundation, Inc.
-timestamp='2018-02-24'
+timestamp='2018-03-08'
# 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
@@ -1046,11 +1046,7 @@ EOF
echo "$UNAME_MACHINE"-dec-linux-"$LIBC"
exit ;;
x86_64:Linux:*:*)
- if objdump -f /bin/sh | grep -q elf32-x86-64; then
- echo "$UNAME_MACHINE"-pc-linux-"$LIBC"x32
- else
- echo "$UNAME_MACHINE"-pc-linux-"$LIBC"
- fi
+ echo "$UNAME_MACHINE"-pc-linux-"$LIBC"
exit ;;
xtensa*:Linux:*:*)
echo "$UNAME_MACHINE"-unknown-linux-"$LIBC"
@@ -1473,7 +1469,7 @@ EOF
exit 1
# Local variables:
-# eval: (add-hook 'write-file-functions 'time-stamp)
+# eval: (add-hook 'before-save-hook 'time-stamp)
# time-stamp-start: "timestamp='"
# time-stamp-format: "%:y-%02m-%02d"
# time-stamp-end: "'"