]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
config.guess: Recognize openbsd-*-hppa.
authorJeffrey A Law <law@cygnus.com>
Thu, 25 Feb 1999 01:23:22 +0000 (01:23 +0000)
committerJeff Law <law@gcc.gnu.org>
Thu, 25 Feb 1999 01:23:22 +0000 (18:23 -0700)
        Thu Feb 18 19:55:09 1999  Marc Espie <espie@cvs.openbsd.org>
        * config.guess: Recognize openbsd-*-hppa.

From-SVN: r25426

ChangeLog
config.guess

index 6d8920265515154dffdc004bdfaccd19aacc8bfa..a0d0c848adf0f80551382583cedc0d79b2358706 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Thu Feb 25 02:19:26 1999  Jeffrey A Law  (law@cygnus.com)
+
+       Thu Feb 18 19:55:09 1999  Marc Espie <espie@cvs.openbsd.org>
+       * config.guess: Recognize openbsd-*-hppa.
+
 Mon Feb 22 23:25:59 1999  Jeffrey A Law  (law@cygnus.com)
 
        Wed Feb 17 01:38:59 1999  H.J. Lu  (hjl@gnu.org)
index b027fa2dc28c75fe24433dc85d0c1cc12b0d7158..8a8d5cad7b15cb6838d66808b9811aa4ab292380 100755 (executable)
@@ -421,6 +421,9 @@ EOF
     parisc*:Lites*:*:*)
        echo hppa1.1-hp-lites
        exit 0 ;;
+    hppa*:OpenBSD:*:*)
+       echo hppa-unknown-openbsd
+       exit 0 ;;
     C1*:ConvexOS:*:* | convex:ConvexOS:C1*:*)
        echo c1-convex-bsd
         exit 0 ;;