]> git.eshelyaron.com Git - emacs.git/commitdiff
(*:[Aa]miga[Oo][Ss]:*:*): New alternative.
authorRichard M. Stallman <rms@gnu.org>
Sun, 19 Jul 1998 22:10:23 +0000 (22:10 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 19 Jul 1998 22:10:23 +0000 (22:10 +0000)
(BeBox:BeOS:*:*, BeMac:BeOS:*:*): New alternatives.

config.guess

index ed660fb4ed058cf6a5cd432dba21bff78acb5939..9b6b0c6f66e3ce2128771a8d01332bca34b873d1 100755 (executable)
@@ -112,6 +112,9 @@ EOF
     amiga:OpenBSD:*:*)
        echo m68k-unknown-openbsd${UNAME_RELEASE}
        exit 0 ;;
+    *:[Aa]miga[Oo][Ss]:*:*)
+       echo ${UNAME_MACHINE}-unknown-amigaos
+       exit 0 ;;
     arc64:OpenBSD:*:*)
        echo mips64el-unknown-openbsd${UNAME_RELEASE}
        exit 0 ;;
@@ -752,6 +755,15 @@ EOF
                echo mips-unknown-sysv${UNAME_RELEASE}
        fi
         exit 0 ;;
+    BeBox:BeOS:*:*)    # BeOS running on hardware made by Be, PPC only.
+       echo powerpc-be-beos
+       exit 0 ;;
+    BeMac:BeOS:*:*)    # BeOS running on Mac or Mac clone, PPC only.
+       echo powerpc-apple-beos
+       exit 0 ;;
+    BePC:BeOS:*:*)     # BeOS running on Intel PC compatible.
+       echo i586-pc-beos
+       exit 0 ;;
 esac
 
 #echo '(No uname command or uname output not recognized.)' 1>&2