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/configure | |
parent | c51a280688f358732fccf7f8526451e0b4cabade (diff) |
Change "pica" config to "arc" as pica is superseded by arc.
Diffstat (limited to 'gnu/usr.bin/gcc/configure')
-rw-r--r-- | gnu/usr.bin/gcc/configure | 2 |
1 files changed, 1 insertions, 1 deletions
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 |