From: Jeffrey A Law Date: Thu, 25 Feb 1999 01:23:22 +0000 (+0000) Subject: config.guess: Recognize openbsd-*-hppa. X-Git-Tag: prereleases/egcs-1.1.2-prerelease-3~35 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c3d4efa2e4d0f44472331a5b955c75a3e5da1813;p=thirdparty%2Fgcc.git config.guess: Recognize openbsd-*-hppa. Thu Feb 18 19:55:09 1999 Marc Espie * config.guess: Recognize openbsd-*-hppa. From-SVN: r25426 --- diff --git a/ChangeLog b/ChangeLog index 6d8920265515..a0d0c848adf0 100644 --- 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 + * 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) diff --git a/config.guess b/config.guess index b027fa2dc28c..8a8d5cad7b15 100755 --- a/config.guess +++ b/config.guess @@ -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 ;;