]> Savannah Git Hosting - gnulib.git/commitdiff
build-aux/config.sub
authorKarl Berry <karl@freefriends.org>
Tue, 26 Jun 2018 15:26:25 +0000 (08:26 -0700)
committerKarl Berry <karl@freefriends.org>
Tue, 26 Jun 2018 15:26:25 +0000 (08:26 -0700)
build-aux/config.guess

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"