From: kettenis Date: Tue, 15 Jul 2008 22:46:58 +0000 (+0000) Subject: Use -Wa,-Av9b instead of -Wa,-Av9a such that I can use %sys_tick in an X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=36b6d80889ecffe39f126be18672e940a0e83108;p=openbsd Use -Wa,-Av9b instead of -Wa,-Av9a such that I can use %sys_tick in an upcoming change. --- diff --git a/sys/arch/sparc64/conf/Makefile.sparc64 b/sys/arch/sparc64/conf/Makefile.sparc64 index 774956481fb..9d8e8554da9 100644 --- a/sys/arch/sparc64/conf/Makefile.sparc64 +++ b/sys/arch/sparc64/conf/Makefile.sparc64 @@ -19,13 +19,13 @@ CDIAGFLAGS= -Werror -Wall -Wstrict-prototypes -Wmissing-prototypes \ -Wno-uninitialized -Wno-format -Wno-main \ -Wstack-larger-than-2047 -Wvariable-decl -CMACHFLAGS= -Wa,-Av9a, -mno-fpu -fno-builtin-printf -fno-builtin-log +CMACHFLAGS= -Wa,-Av9b, -mno-fpu -fno-builtin-printf -fno-builtin-log .if ${IDENT:M-DNO_PROPOLICE} CMACHFLAGS+= -fno-stack-protector .endif CFLAGS= ${DEBUG} -O2 ${CDIAGFLAGS} ${CMACHFLAGS} ${COPTS} ${PIPE} -AFLAGS= -x assembler-with-cpp -traditional-cpp -D_LOCORE -Wa,-Av9a +AFLAGS= -x assembler-with-cpp -traditional-cpp -D_LOCORE -Wa,-Av9b LINKFLAGS= -n -Ttext 01000000 -Tdata 01800000 -e start -N STRIPFLAGS= -g -X -x