From: Kirk McKusick Date: Tue, 8 Jan 1991 02:19:21 +0000 (-0800) Subject: locore.s now uses the standard assembler X-Git-Tag: BSD-4_3_Net_2-Snapshot-Development~1778 X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/commitdiff_plain/71fd59bc54a0d088cedd5f3556ae6a0c281e0e3b locore.s now uses the standard assembler SCCS-vsn: sys/hp300/conf/Makefile.hp300 7.5 --- diff --git a/usr/src/sys/hp300/conf/Makefile.hp300 b/usr/src/sys/hp300/conf/Makefile.hp300 index 419c0a2b42..224c98703a 100644 --- a/usr/src/sys/hp300/conf/Makefile.hp300 +++ b/usr/src/sys/hp300/conf/Makefile.hp300 @@ -1,4 +1,4 @@ -# @(#)Makefile.hp300 7.4 (Berkeley) %G% +# @(#)Makefile.hp300 7.5 (Berkeley) %G% # # Makefile for 4.4 BSD # @@ -19,7 +19,6 @@ # -DQUOTA compile in file system quotas # AS= as -OAS= oas CC= cc -Dconst=__const__ -Dvolatile=__volatile__ \ -Dsigned=__signed__ -Dinline=__inline__ -Uunix -fpcc-struct-return LD= /bin/ld @@ -59,7 +58,7 @@ locore.o: ${HP300}/include/cpu.h cat assym.s ${HP300}/hp300/vectors.s ${HP300}/hp300/locore.s > locore.c ${CC} -E -DLOCORE ${COPTS} locore.c > locore.i @echo 'as -o locore.o locore.i' - @${OAS} -o locore.o locore.i + @${AS} -o locore.o locore.i @rm locore.i # the following is necessary because autoconf.o depends on #if GENERIC