diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-10-06 22:30:08 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-10-06 22:30:08 +0000 |
commit | a5ed5609cab01f892f30ebde7ad4696ed8bf5407 (patch) | |
tree | addef4a16b1e4b7338b12c3d3d18168f3bbbbd6f /gnu | |
parent | 3823edfbe02d12d988d913e754070f59e1405140 (diff) |
mips-dec-openbsd; from graichen
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/usr.bin/gcc/config.guess | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gnu/usr.bin/gcc/config.guess b/gnu/usr.bin/gcc/config.guess index 100baf991de..7a3cef7fb1e 100644 --- a/gnu/usr.bin/gcc/config.guess +++ b/gnu/usr.bin/gcc/config.guess @@ -80,6 +80,9 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in arc:OpenBSD:*:*) echo mips-arc-openbsd${UNAME_RELEASE} exit 0 ;; + pmax:OpenBSD:*:*) + echo mips-dec-openbsd${UNAME_RELEASE} + exit 0 ;; arm:RISC*:1.[012]*:*|arm:riscix:1.[012]*:*) echo arm-acorn-riscix${UNAME_RELEASE} exit 0;; |