From 246caebcd490a14d50c2600baceaf844dfa4392b Mon Sep 17 00:00:00 2001 From: Laurent Vivier Date: Fri, 29 Dec 2006 20:32:29 +0000 Subject: [PATCH] pass the M68K_CC to the aple driver --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1e7ccba..5188a02 100644 --- a/Makefile +++ b/Makefile @@ -224,7 +224,7 @@ first:: apple_driver:: $(MAKE) -C apple_driver OBJCOPY=$(M68K_OBJCOPY) AS=$(M68K_AS) \ - LD=$(M68K_LD) + LD=$(M68K_LD) CC=$(M68K_CC) second/$(KARCH)-linux-floppy/second:: libmacos libunix libiso9660-m68k libgzip-m68k libfloppy libscsi libstream libblock libcontainer $(MAKE) -C second OBJCOPY=$(M68K_OBJCOPY) LD=$(M68K_LD) CC=$(M68K_CC) \