This is the patch I sent to Alan a while back which works around the problem.
rmk suggested a better way which I'll add at some point.
Jeff
diff -Naur -X exclude-files ac_cur/arch/um/Makefile ac/arch/um/Makefile
--- ac_cur/arch/um/Makefile Mon Jul 9 13:05:03 2001
+++ ac/arch/um/Makefile Mon Jul 9 13:26:21 2001
@@ -20,6 +20,8 @@
LINK_PROFILE = $(PROFILE) -Wl,--wrap,__monstartup
endif
+CFLAGS := $(subst -fno-common,,$(CFLAGS))
+
SUBDIRS += $(ARCH_DIR)/fs $(ARCH_DIR)/drivers $(ARCH_DIR)/kernel \
$(ARCH_DIR)/sys-$(SUBARCH)
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/