diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1999-08-15 20:43:58 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1999-08-15 20:43:58 +0000 |
commit | 8e04c0324b16289dca6f1343c1c6b6e89766ab7b (patch) | |
tree | 08b57ee1f3ea0b5ae3c2f1609be3c87936fb26af /sys | |
parent | 5bc96705a603edc3495474c58bb68299142a6aa9 (diff) |
listen to COPTS
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/arc/conf/Makefile.arc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/arch/arc/conf/Makefile.arc b/sys/arch/arc/conf/Makefile.arc index 635e159eb23..fc89f055062 100644 --- a/sys/arch/arc/conf/Makefile.arc +++ b/sys/arch/arc/conf/Makefile.arc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.arc,v 1.12 1998/03/04 07:00:59 niklas Exp $ +# $OpenBSD: Makefile.arc,v 1.13 1999/08/15 20:43:57 niklas Exp $ # @(#)Makefile.arc 8.2 (Berkeley) 2/16/94 # @@ -41,7 +41,8 @@ CPPFLAGS= ${INCLUDES} ${IDENT} -D_KERNEL -Darc CDIAGFLAGS= -Werror -Wall -Wmissing-prototypes -Wstrict-prototypes \ -Wno-uninitialized -Wno-format -Wno-main -CFLAGS= ${DEBUG} -O2 ${CDIAGFLAGS} -mno-abicalls -mips2 -mcpu=r4000 +CFLAGS= ${DEBUG} -O2 ${CDIAGFLAGS} -mno-abicalls -mips2 -mcpu=r4000 \ + ${COPTS} AFLAGS= -x assembler-with-cpp -traditional-cpp -D_LOCORE ### find out what to use for libkern |