Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-5]: src/sys/arch/m68k/060sp Pull up revision 1.6 (requested by ...



details:   https://anonhg.NetBSD.org/src/rev/ca016fcb40d6
branches:  netbsd-1-5
changeset: 491475:ca016fcb40d6
user:      he <he%NetBSD.org@localhost>
date:      Tue May 01 10:20:57 2001 +0000

description:
Pull up revision 1.6 (requested by tron):
  Pass assembler files through $(CC) instead of $(AS).
  Fixes build problem.

diffstat:

 sys/arch/m68k/060sp/Makefile.inc |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (16 lines):

diff -r 3f2e3937cd83 -r ca016fcb40d6 sys/arch/m68k/060sp/Makefile.inc
--- a/sys/arch/m68k/060sp/Makefile.inc  Tue May 01 10:13:08 2001 +0000
+++ b/sys/arch/m68k/060sp/Makefile.inc  Tue May 01 10:20:57 2001 +0000
@@ -1,9 +1,10 @@
 #
-# $NetBSD: Makefile.inc,v 1.5 1999/02/22 21:25:05 is Exp $
+# $NetBSD: Makefile.inc,v 1.5.18.1 2001/05/01 10:20:57 he Exp $
 #
 SPDIR          = $S/arch/m68k/060sp
 
-M060SPAS       = $(AS) -m68060 -I${SPDIR} -o ${.TARGET} ${.IMPSRC}
+M060SPAS       = $(CC) ${AFLAGS} -m68060 ${CPPFLAGS} -I${SPDIR} \
+               -c -o ${.TARGET} ${.IMPSRC}
 
 netbsd.o:      ${SPDIR}/netbsd.S .NOTMAIN
 



Home | Main Index | Thread Index | Old Index