From 8f7080dd850f4ec080d26756255da51c595e6618 Mon Sep 17 00:00:00 2001 From: kstailey Date: Tue, 11 Feb 1997 20:23:38 +0000 Subject: [PATCH] add -m68020 to AFLAGS --- sys/arch/sun3/conf/Makefile.sun3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/arch/sun3/conf/Makefile.sun3 b/sys/arch/sun3/conf/Makefile.sun3 index 787153cd726..807c5b8423f 100644 --- a/sys/arch/sun3/conf/Makefile.sun3 +++ b/sys/arch/sun3/conf/Makefile.sun3 @@ -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 -- 2.20.1