X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=config.guess;h=499496436cd502d1fbd4861bd479191222eb825e;hp=b4faaedca09e18d70bd66fdf2bed48bc798b91f7;hb=0d9b6e6d134917a8fb5cf76ade55dcbaf01acb28;hpb=3c47d2bc7b421bd504404a8a664349252dddda3a diff --git a/config.guess b/config.guess index b4faaedc..49949643 100755 --- a/config.guess +++ b/config.guess @@ -3,7 +3,7 @@ # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000 # Free Software Foundation, Inc. -version='2000-05-30' +version='2000-06-13' # 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 @@ -687,6 +687,9 @@ EOF *:GNU:*:*) echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-gnu`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'` exit 0 ;; + i*86:Minix:*:*) + echo ${UNAME_MACHINE}-pc-minix + exit 0 ;; *:Linux:*:*) # The BFD linker knows what the default object file format is, so