# HG changeset patch # User Keir Fraser # Date 1201453547 0 # Node ID 226de1674b2fea24413c54f43e2588907864e9bd # Parent 47b8ab314cb6da46412fa1cf6d6f31ae982d598b Remove machine setting from HOSTCFLAGS. The host compiler must know how to produce runnable binaries without special settings. Signed-off-by: Bastian Blank diff -r 47b8ab314cb6 -r 226de1674b2f Config.mk --- a/Config.mk Sun Jan 27 17:05:05 2008 +0000 +++ b/Config.mk Sun Jan 27 17:05:47 2008 +0000 @@ -21,9 +21,6 @@ SHELL ?= /bin/sh HOSTCC = gcc HOSTCFLAGS = -Wall -Werror -Wstrict-prototypes -O2 -fomit-frame-pointer HOSTCFLAGS += -fno-strict-aliasing -HOSTCFLAGS_x86_32 = -m32 -HOSTCFLAGS_x86_64 = -m64 -HOSTCFLAGS += $(HOSTCFLAGS_$(XEN_COMPILE_ARCH)) DISTDIR ?= $(XEN_ROOT)/dist DESTDIR ?= /