From: David Schleef Date: Fri, 14 Dec 2001 21:43:34 +0000 (+0000) Subject: Pull CC, AS, and LD from kernel. Sparc64 needs it. X-Git-Tag: r0_7_62~45 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=c2f3a2749198c31db8ed5b8dcf118b73a3fe80ee;p=comedi.git Pull CC, AS, and LD from kernel. Sparc64 needs it. --- diff --git a/Makefile.modbuild b/Makefile.modbuild index 5d7c20f7..b777e692 100644 --- a/Makefile.modbuild +++ b/Makefile.modbuild @@ -18,9 +18,9 @@ HOSTCFLAGS =-Wall -Wstrict-prototypes -O2 -fomit-frame-pointer # Include the make variables (CC, etc...) # -AS = $(CROSS_COMPILE)as -LD = $(CROSS_COMPILE)ld -CC = $(CROSS_COMPILE)gcc +#AS = $(CROSS_COMPILE)as +#LD = $(CROSS_COMPILE)ld +#CC = $(CROSS_COMPILE)gcc CPP = $(CC) -E AR = $(CROSS_COMPILE)ar NM = $(CROSS_COMPILE)nm diff --git a/scripts/linux_flags/Makefile b/scripts/linux_flags/Makefile index 248b7f61..9f02710d 100644 --- a/scripts/linux_flags/Makefile +++ b/scripts/linux_flags/Makefile @@ -13,7 +13,8 @@ modules: echo ARFLAGS="$(ARFLAGS)" >>flags echo CROSS_COMPILE="$(CROSS_COMPILE)" >>flags echo KERNELRELEASE="$(KERNELRELEASE)" >>flags - - + echo CC="$(CC)" >>flags + echo LD="$(LD)" >>flags + echo AS="$(AS)" >>flags