diff options
author | Per Fogelstrom <pefo@cvs.openbsd.org> | 1996-05-15 08:08:30 +0000 |
---|---|---|
committer | Per Fogelstrom <pefo@cvs.openbsd.org> | 1996-05-15 08:08:30 +0000 |
commit | 6e2a5a8c77c53f01d561dd6c3b99f529d00fdfd6 (patch) | |
tree | dcdd18dfa07dccf5d8a54513677f99827724edaf /sys/arch/pica/conf/Makefile.pica | |
parent | 7da17c50ca40f7dc53c79b5c3e94831406f23361 (diff) |
Some cc flags given to cpp, not nice...
Diffstat (limited to 'sys/arch/pica/conf/Makefile.pica')
-rw-r--r-- | sys/arch/pica/conf/Makefile.pica | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/arch/pica/conf/Makefile.pica b/sys/arch/pica/conf/Makefile.pica index 6a3c1965e5c..f3f37e575e1 100644 --- a/sys/arch/pica/conf/Makefile.pica +++ b/sys/arch/pica/conf/Makefile.pica @@ -32,9 +32,8 @@ PICA= ../.. LD=ld.ok INCLUDES= -I. -I$S/arch -I$S -CPPFLAGS= ${INCLUDES} ${IDENT} -D_KERNEL -Dpica -D__NetBSD__ ${GP} \ - -mips2 -mcpu=r4000 -CFLAGS= ${DEBUG} -O2 -Werror -mno-abicalls +CPPFLAGS= ${INCLUDES} ${IDENT} -D_KERNEL -Dpica +CFLAGS= ${DEBUG} -O2 -Werror -mno-abicalls -mips2 -mcpu=r4000 AFLAGS= -x assembler-with-cpp -traditional-cpp -D_LOCORE ### find out what to use for libkern |