patch-2.4.0-test10 linux/arch/ia64/ia32/Makefile

Next file: linux/arch/ia64/ia32/binfmt_elf32.c
Previous file: linux/arch/ia64/hp/hpsim_console.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.0-test9/linux/arch/ia64/ia32/Makefile linux/arch/ia64/ia32/Makefile
@@ -3,9 +3,9 @@
 #
 
 .S.s:
-	$(CPP) $(AFLAGS) -o $*.s $<
+	$(CPP) $(AFLAGS) $(AFLAGS_KERNEL) -o $*.s $<
 .S.o:
-	$(CC) $(AFLAGS) -c -o $*.o $<
+	$(CC) $(AFLAGS) $(AFLAGS_KERNEL) -c -o $*.o $<
 
 all: ia32.o
 

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