Index: kernel/arch/ia64/Makefile.inc
===================================================================
--- kernel/arch/ia64/Makefile.inc	(revision 52d30c45bd8c0361dfebda500f106036efcd7686)
+++ kernel/arch/ia64/Makefile.inc	(revision 44bec47f0eb1681725cbe7093467b13fbeda89c7)
@@ -39,10 +39,12 @@
 INIT0_SIZE = 0x100000
 
-GCC_CFLAGS += -mconstant-gp -fno-unwind-tables -mfixed-range=f32-f127
+CMN1 = -mconstant-gp -fno-unwind-tables -mfixed-range=f32-f127
+GCC_CFLAGS += $(CMN1)
+ICC_CFLAGS += $(CMN1)
+
 LFLAGS += -EL
 AFLAGS += -mconstant-gp
 
 DEFS += -D__64_BITS__ -DINIT0_ADDRESS=$(INIT0_ADDRESS) -DINIT0_SIZE=$(INIT0_SIZE) -D$(MACHINE)
-
 
 
