patch-2.3.50 linux/arch/alpha/kernel/Makefile

Next file: linux/arch/alpha/kernel/osf_sys.c
Previous file: linux/Makefile
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.49/linux/arch/alpha/kernel/Makefile linux/arch/alpha/kernel/Makefile
@@ -132,7 +132,7 @@
 	./check_asm > $(TOPDIR)/include/asm-alpha/asm_offsets.h
 
 check_asm: check_asm.c
-	gcc -o $@ $< -I$(TOPDIR)/include -D__KERNEL__ -ffixed-8
+	$(HOSTCC) -o $@ $< $(CPPFLAGS) -ffixed-8
 
 clean::
 	rm -f check_asm

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)