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 | |
parent | c51a280688f358732fccf7f8526451e0b4cabade (diff) |
Change "pica" config to "arc" as pica is superseded by arc.
Diffstat (limited to 'gnu/usr.bin')
-rw-r--r-- | gnu/usr.bin/gcc/config.guess | 4 | ||||
-rw-r--r-- | gnu/usr.bin/gcc/config.sub | 2 | ||||
-rw-r--r-- | gnu/usr.bin/gcc/configure | 2 |
3 files changed, 4 insertions, 4 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} diff --git a/gnu/usr.bin/gcc/config.sub b/gnu/usr.bin/gcc/config.sub index d26f2dcfe2f..cd38fe44fa2 100644 --- a/gnu/usr.bin/gcc/config.sub +++ b/gnu/usr.bin/gcc/config.sub @@ -435,7 +435,7 @@ case $basic_machine in # We don't have specific support for Nexgen yet, so just call it a Pentium basic_machine=i586-nexgen ;; - mips-pica-*) + mips-arc-*) basic_machine=mips-r4kle ;; pn) diff --git a/gnu/usr.bin/gcc/configure b/gnu/usr.bin/gcc/configure index 803407b88df..166eeede322 100644 --- a/gnu/usr.bin/gcc/configure +++ b/gnu/usr.bin/gcc/configure @@ -1798,7 +1798,7 @@ for machine in $canon_build $canon_host $canon_target; do fixincludes=Makefile.in prefix=$native_prefix ;; - mips-r4kle-openbsd* | mips-pica-openbsd*) # MIPS R4k running OpenBSD + mips-r4kle-openbsd* | mips-arc-openbsd*) # MIPS R4k running OpenBSD tm_file=mips/openbsd-le.h xm_file=mips/xm-openbsd.h xmake_file=x-openbsd |