add -m68020 to AFLAGS
authorkstailey <kstailey@openbsd.org>
Tue, 11 Feb 1997 20:23:38 +0000 (20:23 +0000)
committerkstailey <kstailey@openbsd.org>
Tue, 11 Feb 1997 20:23:38 +0000 (20:23 +0000)
sys/arch/sun3/conf/Makefile.sun3

index 787153c..807c5b8 100644 (file)
@@ -41,7 +41,7 @@ CWARNFLAGS=   -Werror -Wall -Wstrict-prototypes \
                -Wno-format -Wno-uninitialized \
                # -Wmissing-prototypes
 CFLAGS=        ${DEBUG} ${CWARNFLAGS} -O2 -msoft-float -pipe
-AFLAGS=                -x assembler-with-cpp -traditional-cpp -D_LOCORE
+AFLAGS=                -m68020 -x assembler-with-cpp -traditional-cpp -D_LOCORE
 LINKFLAGS=     -N -Ttext 0E004000 -e start
 STRIPFLAGS=    -d