summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGwenolé Beauchesne <gbeauchesne@mandriva.org>2003-05-23 10:15:14 +0000
committerGwenolé Beauchesne <gbeauchesne@mandriva.org>2003-05-23 10:15:14 +0000
commit4a169e95f28d7b722032ca305a42ce3bd4e2df84 (patch)
treeeb339142b38d96db4c7e0cc126d8083c7ecbaac5
parent6c0421d4d9a84c9753697404079758cc917731b1 (diff)
downloaddrakx-backup-do-not-use-4a169e95f28d7b722032ca305a42ce3bd4e2df84.tar
drakx-backup-do-not-use-4a169e95f28d7b722032ca305a42ce3bd4e2df84.tar.gz
drakx-backup-do-not-use-4a169e95f28d7b722032ca305a42ce3bd4e2df84.tar.bz2
drakx-backup-do-not-use-4a169e95f28d7b722032ca305a42ce3bd4e2df84.tar.xz
drakx-backup-do-not-use-4a169e95f28d7b722032ca305a42ce3bd4e2df84.zip
-Wno-error on IA-64 too for insmod-modutils/obj
-rw-r--r--mdk-stage1/insmod-modutils/obj/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/mdk-stage1/insmod-modutils/obj/Makefile b/mdk-stage1/insmod-modutils/obj/Makefile
index d44b2a6c6..e45282252 100644
--- a/mdk-stage1/insmod-modutils/obj/Makefile
+++ b/mdk-stage1/insmod-modutils/obj/Makefile
@@ -26,6 +26,9 @@ DEFS = -D_GNU_SOURCE -DELF_MACHINE_H='"elf_$(ARCH).h"' -DARCH_$(ARCH) -DCONFIG_R
ifeq (x86_64, $(ARCH))
DEFS += -Wno-error
endif
+ifeq (ia64, $(ARCH))
+DEFS += -Wno-error
+endif
OBJS = obj_kallsyms.o obj_common.o obj_load.o obj_reloc.o obj_$(ARCH).o \
obj_gpl_license.o