artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d747464
)
add -m68020 to AFLAGS
author
kstailey
<kstailey@openbsd.org>
Tue, 11 Feb 1997 20:23:38 +0000
(20:23 +0000)
committer
kstailey
<kstailey@openbsd.org>
Tue, 11 Feb 1997 20:23:38 +0000
(20:23 +0000)
sys/arch/sun3/conf/Makefile.sun3
patch
|
blob
|
history
diff --git
a/sys/arch/sun3/conf/Makefile.sun3
b/sys/arch/sun3/conf/Makefile.sun3
index
787153c
..
807c5b8
100644
(file)
--- 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