patch-2.4.0-test5 linux/arch/ia64/Makefile

Next file: linux/arch/ia64/config.in
Previous file: linux/arch/i386/lib/Makefile
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.0-test4/linux/arch/ia64/Makefile linux/arch/ia64/Makefile
@@ -11,12 +11,15 @@
 NM := $(CROSS_COMPILE)nm -B
 AWK := awk
 
+export AWK
+
 LINKFLAGS = -static -T arch/$(ARCH)/vmlinux.lds
 AFLAGS += -Wa,-x
 EXTRA	=
 
 CFLAGS := $(CFLAGS) -pipe $(EXTRA) -Wa,-x -ffixed-r13 -mfixed-range=f10-f15,f32-f127 \
-	  -mconstant-gp -funwind-tables
+	  -funwind-tables
+CFLAGS_KERNEL := -mconstant-gp
 
 ifdef CONFIG_IA64_GENERIC
 	CORE_FILES      :=      arch/$(ARCH)/hp/hp.a	\

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