As gcc-3.4 has no param of max-inline-insns any more, build will fail without Makefile fix. I prefer the proposal fix below, but not sure about the num for tune. Thanks, -zhen --- acpi-2.4-0817/arch/ia64/Makefile.orig 2004-08-18 16:07:09.809989639 -0400 +++ acpi-2.4-0817/arch/ia64/Makefile 2004-08-18 16:05:46.499443784 -0400 @@ -43,7 +43,7 @@ $(warning Warning: Please use binutil ve endif ifneq ($(GCC_VERSION),2) - CFLAGS += -frename-registers --param max-inline-insns=5000 + CFLAGS += -frename-registers -finline-limit=5000 endif ifeq ($(CONFIG_ITANIUM_BSTEP_SPECIFIC),y) - To unsubscribe from this list: send the line "unsubscribe linux-ia64" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
This archive was generated by hypermail 2.1.8 : 2005-08-02 09:20:29 EST