diff --git a/ChangeLog b/ChangeLog index 8b43cc4ce45f8de42c12cff1730fad17e166824d..f3ead05dfacf9ffac6579419b70d500a8b01073b 100644 --- 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) diff --git a/config.guess b/config.guess index bef83057cbb0c3a99241b581366b9efe571e4475..907a23fc77b082a702a2007e88c6d51e4dacf40f 100755 --- a/config.guess +++ b/config.guess @@ -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 ;;