Use -Wa,-Av9b instead of -Wa,-Av9a such that I can use %sys_tick in an
authorkettenis <kettenis@openbsd.org>
Tue, 15 Jul 2008 22:46:58 +0000 (22:46 +0000)
committerkettenis <kettenis@openbsd.org>
Tue, 15 Jul 2008 22:46:58 +0000 (22:46 +0000)
upcoming change.

sys/arch/sparc64/conf/Makefile.sparc64

index 7749564..9d8e855 100644 (file)
@@ -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