diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2018-03-12 22:06:13 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2018-03-12 22:06:13 +0200 |
commit | e795ffe30a78eaf86ca14e7639695be41020b2f6 (patch) | |
tree | 444c606753f7694568a80f5ee47afab58040cc8f /config.guess | |
parent | 4168f030b71356261438da4c1bfd9b9ad9ab2492 (diff) | |
parent | 07f64759d541a033e79b232c4a186f4414ec811c (diff) | |
download | egawk-e795ffe30a78eaf86ca14e7639695be41020b2f6.tar.gz egawk-e795ffe30a78eaf86ca14e7639695be41020b2f6.tar.bz2 egawk-e795ffe30a78eaf86ca14e7639695be41020b2f6.zip |
Merge branch 'gawk-4.2-stable'
Diffstat (limited to 'config.guess')
-rwxr-xr-x | config.guess | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/config.guess b/config.guess index f50dcdb6..8ca6a44c 100755 --- a/config.guess +++ b/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-01' # 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" |