diff options
author | Per Fogelstrom <pefo@cvs.openbsd.org> | 1997-08-01 20:13:59 +0000 |
---|---|---|
committer | Per Fogelstrom <pefo@cvs.openbsd.org> | 1997-08-01 20:13:59 +0000 |
commit | 9e59c367401da8761fc7b999162fd15cd41e3dc8 (patch) | |
tree | 8885b6ea085537b976a5223bfca727cc006ae22b /gnu | |
parent | 7c3027ea5b440f2bc8804dcc94fd9c760486ec50 (diff) |
add wgrisc to mipsle machines
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/usr.bin/gcc/Makefile.bsd-wrapper | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/gcc/Makefile.bsd-wrapper b/gnu/usr.bin/gcc/Makefile.bsd-wrapper index f2812af0b12..e03809276b7 100644 --- a/gnu/usr.bin/gcc/Makefile.bsd-wrapper +++ b/gnu/usr.bin/gcc/Makefile.bsd-wrapper @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.bsd-wrapper,v 1.28 1997/07/30 13:37:07 kstailey Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.29 1997/08/01 20:13:58 pefo Exp $ MAN= cccp.1 gcc.1 cp/g++.1 f/g77.1 MLINKS+= gcc.1 cc.1 @@ -11,7 +11,7 @@ CLEANFILES= .gdbinit cp/.gdbinit *.info* bi-parser.c bi-parser.h \ c-parse.c c-parse.h c-parse.y cexp.c cp/parse.c cp/parse.h \ objc-parse.c objc-parse.y f/.gdbinit f/*.info* -.if ${MACHINE} == "arc" || ${MACHINE} == "pmax" +.if ${MACHINE} == "arc" || ${MACHINE} == "pmax" || ${MACHINE} == "wgrisc" M_ARCH= mipsel .elif ${MACHINE} == "hkmips" || ${MACHINE} == "sgi" M_ARCH= mips |