diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-02-18 18:59:05 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-02-18 18:59:05 +0000 |
commit | 52b143d01b82b38469cc9bc6f25a9d38ab488dc3 (patch) | |
tree | 819c80794adc9db6cbe98f70eb1722249264d404 /config.guess | |
parent | 87fbb557ba46690eb61906188e56f119c00079e7 (diff) | |
download | gcc-52b143d01b82b38469cc9bc6f25a9d38ab488dc3.tar.gz |
* config.guess: Recognize openbsd-*-hppa.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@25292 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'config.guess')
-rwxr-xr-x | config.guess | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.guess b/config.guess index bef83057cbb..907a23fc77b 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 ;; |