From 009f7b312559075e69651b05bec7be4ae5e2c76e Mon Sep 17 00:00:00 2001 From: Artur Grabowski Date: Fri, 14 Sep 2001 05:35:32 +0000 Subject: Instead of defning our own AS, define FPSPAS. Instead of cc, use CC. This allows cross-compile. --- sys/arch/m68k/fpsp/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sys') diff --git a/sys/arch/m68k/fpsp/Makefile b/sys/arch/m68k/fpsp/Makefile index b277eb8b951..af0950de8a9 100644 --- a/sys/arch/m68k/fpsp/Makefile +++ b/sys/arch/m68k/fpsp/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.13 1997/07/06 07:46:20 downsj Exp $ +# $OpenBSD: Makefile,v 1.14 2001/09/14 05:35:31 art Exp $ # $NetBSD: Makefile,v 1.6 1997/04/25 22:17:33 veego Exp $ # MOTOROLA MICROPROCESSOR & MEMORY TECHNOLOGY GROUP @@ -39,7 +39,7 @@ TARGET = fpsp -AS = cc -x assembler-with-cpp -traditional-cpp -c -m68040 -I${.CURDIR} +FPSPAS=${CC} -x assembler-with-cpp -traditional-cpp -c -m68040 -I${.CURDIR} LD ?= ld # @@ -73,7 +73,7 @@ PREFIX = L_ .h.defs: sh ${.CURDIR}/asm2gas ${.IMPSRC} >${.TARGET} .s.o: - $(AS) -o ${.TARGET} ${.IMPSRC} + $(FPSPAS) -o ${.TARGET} ${.IMPSRC} H_FILES = \ fpsp.defs \ -- cgit v1.2.3