diff options
author | Per Fogelstrom <pefo@cvs.openbsd.org> | 1996-07-14 21:05:26 +0000 |
---|---|---|
committer | Per Fogelstrom <pefo@cvs.openbsd.org> | 1996-07-14 21:05:26 +0000 |
commit | a4549592211b8f10c6493367ba545d5555825e52 (patch) | |
tree | e33a406a2f0a879613dddc11499b2535f3588792 /gnu/usr.bin/gcc/config.guess | |
parent | c51a280688f358732fccf7f8526451e0b4cabade (diff) |
Change "pica" config to "arc" as pica is superseded by arc.
Diffstat (limited to 'gnu/usr.bin/gcc/config.guess')
-rw-r--r-- | gnu/usr.bin/gcc/config.guess | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/gcc/config.guess b/gnu/usr.bin/gcc/config.guess index 7be91696c9e..100baf991de 100644 --- a/gnu/usr.bin/gcc/config.guess +++ b/gnu/usr.bin/gcc/config.guess @@ -77,8 +77,8 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in arm32:OpenBSD:*:*) echo arm-arm-openbsd${UNAME_RELEASE} exit 0 ;; - pica:OpenBSD:*:*) - echo mips-pica-openbsd${UNAME_RELEASE} + arc:OpenBSD:*:*) + echo mips-arc-openbsd${UNAME_RELEASE} exit 0 ;; arm:RISC*:1.[012]*:*|arm:riscix:1.[012]*:*) echo arm-acorn-riscix${UNAME_RELEASE} |