* config.guess: Recognize i[34]86-unknown-freebsd.
authorPer Bothner <per@bothner.com>
Fri, 11 Mar 1994 20:58:16 +0000 (20:58 +0000)
committerPer Bothner <per@bothner.com>
Fri, 11 Mar 1994 20:58:16 +0000 (20:58 +0000)
ChangeLog
config.guess

index bb48ec1cb32f94a0f295d03858865b01a463dc91..7a708ceb6b004a2cc1b347b77a7becb4037e7133 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Fri Mar 11 12:52:39 1994  Per Bothner  (bothner@kalessin.cygnus.com)
+
+       * config.guess:  Recognize i[34]86-unknown-freebsd.
+
 Thu Mar  3 14:24:21 1994  Per Bothner  (bothner@kalessin.cygnus.com)
 
        * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
index 6d26cab978f110ef8cf7374deab019ea8b8f3b70..4efa7229f9640312f45d84830786dffb3fc72dc3 100755 (executable)
@@ -183,6 +183,9 @@ EOF
     hp3[0-9][05]:NetBSD:*:*)
        echo m68k-hp-netbsd${UNAME_RELEASE}
        exit 0 ;;
+    i[34]86:FreeBSD:*:*)
+       echo ${UNAME_MACHINE}-unknown-freebsd${UNAME_RELEASE}
+       exit 0 ;;
     i[34]86:NetBSD:*:*)
        echo ${UNAME_MACHINE}-unknown-netbsd${UNAME_RELEASE}
        exit 0 ;;
This page took 0.02732 seconds and 4 git commands to generate.