Use HOSTED_C_C when building the assembler.
This commit is contained in:
parent
ee871d0972
commit
ed82d062fe
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile.inc,v 1.6 1996/07/13 06:20:11 explorer Exp $
|
||||
# $NetBSD: Makefile.inc,v 1.7 1996/08/10 08:24:59 mycroft Exp $
|
||||
|
||||
.if target(aic7xxx.o)
|
||||
PATH: $S/dev/microcode/aic7xxx
|
||||
@ -8,7 +8,11 @@ aic7xxx.o: aic7xxx_seq.h
|
||||
aic7xxx_seq.h: aic7xxx_asm $S/dev/microcode/aic7xxx/aic7xxx.seq
|
||||
./aic7xxx_asm -o ${.TARGET} $S/dev/microcode/aic7xxx/aic7xxx.seq
|
||||
|
||||
aic7xxx_asm: $S/dev/microcode/aic7xxx/aic7xxx_asm.c
|
||||
aic7xxx_asm: aic7xxx_asm.o
|
||||
${CC} -o $@ aic7xxx_asm.o
|
||||
|
||||
aic7xxx_asm.o: $S/dev/microcode/aic7xxx/aic7xxx_asm.c
|
||||
${HOSTED_C_C}
|
||||
|
||||
.depend: aic7xxx_seq.h
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user