OSDN Git Service

* config.guess: Recognize openbsd-*-hppa.
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 18 Feb 1999 18:59:05 +0000 (18:59 +0000)
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 18 Feb 1999 18:59:05 +0000 (18:59 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@25292 138bc75d-0d04-0410-961f-82ee72b054a4

ChangeLog
config.guess

index 8b43cc4..f3ead05 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Thu Feb 18 19:55:09 1999  Marc Espie <espie@cvs.openbsd.org>
+
+       * config.guess: Recognize openbsd-*-hppa.
+
 Wed Feb 17 01:38:59 1999  H.J. Lu  (hjl@gnu.org)
 
        * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
index bef8305..907a23f 100755 (executable)
@@ -458,6 +458,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 ;;