summaryrefslogtreecommitdiff
path: root/sys/arch/arc/conf/Makefile.arc
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/arc/conf/Makefile.arc')
-rw-r--r--sys/arch/arc/conf/Makefile.arc6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/arc/conf/Makefile.arc b/sys/arch/arc/conf/Makefile.arc
index cee91a9c28e..4198aab947b 100644
--- a/sys/arch/arc/conf/Makefile.arc
+++ b/sys/arch/arc/conf/Makefile.arc
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.arc,v 1.2 1996/07/16 07:46:15 pefo Exp $
+# $OpenBSD: Makefile.arc,v 1.3 1996/08/24 18:35:25 imp Exp $
# @(#)Makefile.arc 8.2 (Berkeley) 2/16/94
#
@@ -142,10 +142,10 @@ assym.h: genassym
./genassym >assym.h
genassym: genassym.o
- ${CC} -o $@ genassym.o
+ ${HOSTCC} -o $@ genassym.o
genassym.o: ${ARC}/arc/genassym.c
- ${CC} ${INCLUDES} ${IDENT} -D_KERNEL -Darc -c $<
+ ${HOSTCC} ${INCLUDES} ${IDENT} -D_KERNEL -Darc -c $<
links:
egrep '#if' ${CFILES} | sed -f $S/conf/defines | \