use gas; add support for more stuff

This commit is contained in:
glass 1993-06-27 00:50:39 +00:00
parent e1fec74952
commit 90a6135104
2 changed files with 10 additions and 3 deletions

View File

@ -20,7 +20,7 @@
# DEBUG is set to -g by config if debugging is requested (config -g).
# PROF is set to -pg by config if profiling is requested (config -p).
AS= as ${DEBUG}
AS= gas ${DEBUG}
CC= cc ${DEBUG}
CPP= cpp
LD= ld
@ -97,7 +97,7 @@ symbols.sort: ${SUN3}/sun3/symbols.raw
grep -v '^#' ${SUN3}/sun3/symbols.raw \
| sed 's/^ //' | sort -u > symbols.sort
locore.o: assym.s ${SUN3}/sun3/locore.s ${SUN3}/sun3/vectors.s ${SUN3/sun3/lib.s
locore.o: assym.s ${SUN3}/sun3/locore.s
locore.o: ${SUN3}/include/trap.h ${SUN3}/include/psl.h
locore.o: ${SUN3}/include/cpu.h ${SUN3}/include/control.h
#locore.o: assym.s ${SUN3}/sun3/vectors.s ${SUN3}/sun3/locore.s

View File

@ -1,3 +1,10 @@
#
arch/sun3/dev/obio.c optional obio device-driver
arch/sun3/sun3/clock.c standard
arch/sun3/sun3/conf.c standard
arch/sun3/sun3/cons.c standard
arch/sun3/sun3/disksubr.c standard
arch/sun3/sun3/sun3_startup.c standard
arch/sun3/sun3/vector.c standard
arch/sun3/dev/prom.c optional prom device-driver
arch/sun3/dev/obmem.c optional obmem device-driver
arch/sun3/dev/obio.c optional obio device-driver