Update config.guess and config.sub
authorSebastian Huber <sebastian.huber@embedded-brains.de>
Fri, 6 Jul 2018 05:57:35 +0000 (05:57 +0000)
committerSebastian Huber <sh@gcc.gnu.org>
Fri, 6 Jul 2018 05:57:35 +0000 (05:57 +0000)
* config.guess: Sync with upstream version 2018-06-26.
* config.sub: Sync with upstream version 2018-07-02.

From-SVN: r262466

ChangeLog
config.guess
config.sub

index 40324899468f247135f961f5c9a61177adb2fa34..3140078cbbb0268013788a84d2bcfd6900d7fdae 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2018-07-06  Sebastian Huber  <sebastian.huber@embedded-brains.de>
+
+       * config.guess: Sync with upstream version 2018-06-26.
+       * config.sub: Sync with upstream version 2018-07-02.
+
 2018-06-19  Bernhard M. Wiedemann  <bwiedemann@suse.de>
 
         * libtool.m4: Sort output of 'find' to enable deterministic builds.
index 883a6713bf0350955aa7b8e2781b92c65f0c0121..445c406836e2e427a30ecc53bab1c501c30bf4f6 100755 (executable)
@@ -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"
index d1f5b549034905ad3fb686701d6249b4a2464a42..072700fb037ceabbb85d0263a062bd0e5ca5940e 100755 (executable)
@@ -2,7 +2,7 @@
 # Configuration validation subroutine script.
 #   Copyright 1992-2018 Free Software Foundation, Inc.
 
-timestamp='2018-05-24'
+timestamp='2018-07-02'
 
 # 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
@@ -1125,6 +1125,12 @@ case $basic_machine in
        ps2)
                basic_machine=i386-ibm
                ;;
+       riscv)
+               basic_machine=riscv32-unknown
+               ;;
+       riscv-*)
+               basic_machine=`echo "$basic_machine" | sed 's/^riscv/riscv32/'`
+               ;;
        rm[46]00)
                basic_machine=mips-siemens
                ;;