13 lines
321 B
Plaintext
13 lines
321 B
Plaintext
--- config.guess.orig Sun Feb 7 12:00:00 1999
|
|
+++ config.guess Sun Feb 7 11:59:33 1999
|
|
@@ -458,6 +458,9 @@
|
|
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 ;;
|