From fab7445ab35559feb32b1334be28003331d085b6 Mon Sep 17 00:00:00 2001 From: Marc Espie Date: Thu, 18 Feb 1999 18:59:05 +0000 Subject: * config.guess: Recognize openbsd-*-hppa. From-SVN: r25292 --- config.guess | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config.guess') diff --git a/config.guess b/config.guess index bef8305..907a23f 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 ;; -- cgit v1.1