diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2010-09-06 08:00:32 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2010-09-06 08:00:32 +0000 |
commit | c61d22be34c39da43ae4cb1a635f4e8fc2921340 (patch) | |
tree | 9dfcc699b235a256401ec7d6cdf98063af58995d /sys/arch/landisk | |
parent | b1f48f4dfa92d4af9ee71c850ad7e66699854e24 (diff) |
move away from using /**/ to ## for cpp paste in sh locore
so we can drop -traditional-cpp
ok miod@
Diffstat (limited to 'sys/arch/landisk')
-rw-r--r-- | sys/arch/landisk/conf/Makefile.landisk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/landisk/conf/Makefile.landisk b/sys/arch/landisk/conf/Makefile.landisk index 66d591d16b1..61085ce65ff 100644 --- a/sys/arch/landisk/conf/Makefile.landisk +++ b/sys/arch/landisk/conf/Makefile.landisk @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.landisk,v 1.36 2010/06/01 23:49:22 deraadt Exp $ +# $OpenBSD: Makefile.landisk,v 1.37 2010/09/06 08:00:31 jsg Exp $ # For instructions on building kernels consult the config(8) and options(4) # manual pages. @@ -38,7 +38,7 @@ CMACHFLAGS+= -fno-stack-protector COPTS?= -O2 CFLAGS= ${DEBUG} ${CWARNFLAGS} ${CMACHFLAGS} ${COPTS} ${PIPE} -AFLAGS= -D_LOCORE -x assembler-with-cpp -traditional-cpp ${CMACHFLAGS} +AFLAGS= -D_LOCORE -x assembler-with-cpp ${CMACHFLAGS} LINKFLAGS= -N -Ttext 0x8c002000 -e start --warn-common .if ${IDENT:M-DDDB_STRUCT} |