summaryrefslogtreecommitdiff
path: root/sys/arch/hp300/conf/Makefile.hp300
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/hp300/conf/Makefile.hp300')
-rw-r--r--sys/arch/hp300/conf/Makefile.hp3004
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/hp300/conf/Makefile.hp300 b/sys/arch/hp300/conf/Makefile.hp300
index fb6a5ad8979..7b98bdb2afe 100644
--- a/sys/arch/hp300/conf/Makefile.hp300
+++ b/sys/arch/hp300/conf/Makefile.hp300
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.hp300,v 1.81 2013/03/30 07:25:20 tedu Exp $
+# $OpenBSD: Makefile.hp300,v 1.82 2013/06/23 20:33:51 miod Exp $
# For instructions on building kernels consult the config(8) and options(4)
# manual pages.
@@ -37,7 +37,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 ${CWARNFLAGS} ${CMACHFLAGS}
LINKFLAGS= -Ttext 0 -e start --warn-common -nopie
.if ${IDENT:M-DDDB_STRUCT}