mirror of
https://github.com/gcc-mirror/gcc.git
synced 2024-11-21 13:40:47 +00:00
* config.guess: Recognize openbsd-*-hppa.
From-SVN: r25292
This commit is contained in:
parent
eca8ff3207
commit
fab7445ab3
@ -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)
|
||||
|
3
config.guess
vendored
3
config.guess
vendored
@ -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 ;;
|
||||
|
Loading…
Reference in New Issue
Block a user