Help crosscompiling, by as -> $(AS). Define AS?= as in the calling
Makefile.$(ARCH)es. Will hopefully fix the (remaining) part or pr4010.
This commit is contained in:
parent
b1caf63d0a
commit
9f6d6708f4
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile.amiga,v 1.66 1997/10/07 19:23:37 is Exp $
|
||||
# $NetBSD: Makefile.amiga,v 1.67 1997/10/09 20:40:25 is Exp $
|
||||
|
||||
# Makefile for NetBSD
|
||||
#
|
||||
@ -22,6 +22,7 @@
|
||||
# PROF is set to -pg if profiling.
|
||||
|
||||
CC?= cc
|
||||
AS?= as
|
||||
LD?= ld
|
||||
MKDEP?= mkdep
|
||||
SIZE?= size
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile.atari,v 1.38 1997/10/07 19:26:11 is Exp $
|
||||
# $NetBSD: Makefile.atari,v 1.39 1997/10/09 20:40:18 is Exp $
|
||||
|
||||
# Makefile for NetBSD
|
||||
#
|
||||
@ -22,6 +22,7 @@
|
||||
# PROF is set to -pg if profiling.
|
||||
|
||||
CC?= cc
|
||||
AS?= as
|
||||
LD?= ld
|
||||
MKDEP?= mkdep
|
||||
SIZE?= size
|
||||
|
@ -1,9 +1,9 @@
|
||||
#
|
||||
# $NetBSD: Makefile.inc,v 1.3 1997/09/28 20:49:56 is Exp $
|
||||
# $NetBSD: Makefile.inc,v 1.4 1997/10/09 20:40:36 is Exp $
|
||||
#
|
||||
SPDIR = $S/arch/m68k/060sp
|
||||
|
||||
M060SPAS = as -m68060 -I${SPDIR} -o ${.TARGET} ${.IMPSRC}
|
||||
M060SPAS = $(AS) -m68060 -I${SPDIR} -o ${.TARGET} ${.IMPSRC}
|
||||
|
||||
netbsd.o: ${SPDIR}/netbsd.S .NOTMAIN
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile.x68k,v 1.20 1997/10/07 19:26:15 is Exp $
|
||||
# $NetBSD: Makefile.x68k,v 1.21 1997/10/09 20:40:31 is Exp $
|
||||
|
||||
# Makefile for NetBSD
|
||||
#
|
||||
@ -22,6 +22,7 @@
|
||||
# PROF is set to -pg if profiling.
|
||||
|
||||
CC?= cc
|
||||
AS?= as
|
||||
LD?= ld
|
||||
MKDEP?= mkdep
|
||||
SIZE?= size
|
||||
|
Loading…
Reference in New Issue
Block a user