From b93090522129c288d56ddf4bea5e83233629de1a Mon Sep 17 00:00:00 2001 From: Miod Vallat Date: Sun, 23 Jun 2013 20:33:53 +0000 Subject: Stop using -traditional-cpp on gcc3/4 platforms. Add CWARNFLAGS to the command line when using -xassembler-with-cpp. We are mostly interested in -Werror here. --- sys/arch/loongson/conf/Makefile.loongson | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/arch/loongson') diff --git a/sys/arch/loongson/conf/Makefile.loongson b/sys/arch/loongson/conf/Makefile.loongson index b16508dc038..c7d14b251f3 100644 --- a/sys/arch/loongson/conf/Makefile.loongson +++ b/sys/arch/loongson/conf/Makefile.loongson @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.loongson,v 1.37 2013/04/01 19:12:13 miod Exp $ +# $OpenBSD: Makefile.loongson,v 1.38 2013/06/23 20:33:51 miod Exp $ # For instructions on building kernels consult the config(8) and options(4) # manual pages. @@ -44,7 +44,7 @@ CMACHFLAGS+= -fno-stack-protector COPTS?= -O2 CFLAGS= ${DEBUG} ${CWARNFLAGS} ${CMACHFLAGS} ${COPTS} ${PIPE} -AFLAGS= -D_LOCORE -x assembler-with-cpp ${CMACHFLAGS} +AFLAGS= -D_LOCORE -x assembler-with-cpp ${CWARNFLAGS} ${CMACHFLAGS} LINKFLAGS= -e start -T ${_machdir}/conf/ld.script -Ttext=${LINK_ADDRESS} \ -warn-common -nopie -- cgit v1.2.3