diff options
author | Joel Sing <jsing@cvs.openbsd.org> | 2009-08-09 14:07:38 +0000 |
---|---|---|
committer | Joel Sing <jsing@cvs.openbsd.org> | 2009-08-09 14:07:38 +0000 |
commit | f7447304c5149566f2f214be68f03fbf69aff793 (patch) | |
tree | a57ddb63dac1e39331661ae73482eb011f0aa5ff /sys/arch/sgi | |
parent | a55af97b3a0da3ea24f7e366c806a68dc6c8d43e (diff) |
Compile OpenBSD/sgi without -traditional-cpp. From jsg@.
Diffstat (limited to 'sys/arch/sgi')
-rw-r--r-- | sys/arch/sgi/conf/Makefile.sgi | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/arch/sgi/conf/Makefile.sgi b/sys/arch/sgi/conf/Makefile.sgi index 80560b6d4a1..0765638533e 100644 --- a/sys/arch/sgi/conf/Makefile.sgi +++ b/sys/arch/sgi/conf/Makefile.sgi @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.sgi,v 1.21 2009/03/15 17:56:47 miod Exp $ +# $OpenBSD: Makefile.sgi,v 1.22 2009/08/09 14:07:37 jsing Exp $ # Makefile for OpenBSD # @@ -57,8 +57,7 @@ CMACHFLAGS+= -fno-stack-protector .endif COPTS?= -O2 CFLAGS= ${DEBUG} ${CDIAGFLAGS} ${CMACHFLAGS} ${COPTS} ${PIPE} -AFLAGS= -x assembler-with-cpp -traditional-cpp \ - -mno-abicalls ${ABI} -D_LOCORE +AFLAGS= -x assembler-with-cpp -mno-abicalls ${ABI} -D_LOCORE STRIPFLAGS= -g -X -x NORMAL_C_NOP= ${CC} ${CFLAGS} ${CPPFLAGS} -c $< |