From d053b5713cf982bb8ef0c5188f09689dab61b43e Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sat, 3 Mar 2018 01:23:30 +0000 Subject: tl-update-auto git-svn-id: svn://tug.org/texlive/trunk@46793 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/installer/config.guess | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'Master/tlpkg/installer') diff --git a/Master/tlpkg/installer/config.guess b/Master/tlpkg/installer/config.guess index f50dcdb6de2..8ca6a44c10c 100755 --- a/Master/tlpkg/installer/config.guess +++ b/Master/tlpkg/installer/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" -- cgit v1.2.3