Patch for toplevel Makefile to make it compile on x86_64
system.
Thanks,
Bernard
Index: Makefile
===================================================================
--- Makefile (revision 3163)
+++ Makefile (working copy)
@@ -147,6 +147,10 @@
USERSPACE64 :=1
endif
+ifeq ($(ARCH),x86_64)
+ USERSPACE64 :=1
+endif
+
ifneq ($(BUILD_ARCH),)
ARCH := $(BUILD_ARCH)
endif
