diff options
author | Sebastian Huber <sebastian.huber@embedded-brains.de> | 2018-07-06 05:57:35 +0000 |
---|---|---|
committer | Sebastian Huber <sh@gcc.gnu.org> | 2018-07-06 05:57:35 +0000 |
commit | c234070e9487cffe9440441bf12487b7e2acbc62 (patch) | |
tree | 1a671a6a4f672fa8bd40f30c7fef6369fde12456 /config.guess | |
parent | c3659c58bb9b548e9c8223a88a49076e4d4c7d82 (diff) | |
download | gcc-c234070e9487cffe9440441bf12487b7e2acbc62.tar.gz |
Update config.guess and config.sub
* config.guess: Sync with upstream version 2018-06-26.
* config.sub: Sync with upstream version 2018-07-02.
From-SVN: r262466
Diffstat (limited to 'config.guess')
-rwxr-xr-x | config.guess | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config.guess b/config.guess index 883a6713bf0..445c406836e 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-05-19' +timestamp='2018-06-26' # 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 @@ -894,8 +894,8 @@ EOF # other systems with GNU libc and userland echo "$UNAME_MACHINE-unknown-`echo "$UNAME_SYSTEM" | sed 's,^[^/]*/,,' | tr "[:upper:]" "[:lower:]"``echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`-$LIBC" exit ;; - i*86:Minix:*:*) - echo "$UNAME_MACHINE"-pc-minix + *:Minix:*:*) + echo "$UNAME_MACHINE"-unknown-minix exit ;; aarch64:Linux:*:*) echo "$UNAME_MACHINE"-unknown-linux-"$LIBC" |