summaryrefslogtreecommitdiff
path: root/sys/arch
diff options
context:
space:
mode:
authorArtur Grabowski <art@cvs.openbsd.org>2001-09-14 05:35:32 +0000
committerArtur Grabowski <art@cvs.openbsd.org>2001-09-14 05:35:32 +0000
commit009f7b312559075e69651b05bec7be4ae5e2c76e (patch)
tree5dbb49aa22d66cddd97c3287690377791112d6c6 /sys/arch
parentc4d4b7931db2ae9e452c57d18157edd1f7759ede (diff)
Instead of defning our own AS, define FPSPAS.
Instead of cc, use CC. This allows cross-compile.
Diffstat (limited to 'sys/arch')
-rw-r--r--sys/arch/m68k/fpsp/Makefile6
1 files changed, 3 insertions, 3 deletions
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 \