aboutsummaryrefslogtreecommitdiffstats
path: root/Config.mk
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2008-01-27 17:05:47 +0000
committerKeir Fraser <keir.fraser@citrix.com>2008-01-27 17:05:47 +0000
commitdb52d0daebd357af6b0aba80026b9745459a596a (patch)
treec3322ce1a24b92ed0de98bf99503545281243d8c /Config.mk
parentbe2423d575177dbbf0902981ef692ce41f77bf80 (diff)
downloadxen-db52d0daebd357af6b0aba80026b9745459a596a.tar.gz
xen-db52d0daebd357af6b0aba80026b9745459a596a.tar.bz2
xen-db52d0daebd357af6b0aba80026b9745459a596a.zip
Remove machine setting from HOSTCFLAGS.
The host compiler must know how to produce runnable binaries without special settings. Signed-off-by: Bastian Blank <waldi@debian.org>
Diffstat (limited to 'Config.mk')
-rw-r--r--Config.mk3
1 files changed, 0 insertions, 3 deletions
diff --git a/Config.mk b/Config.mk
index fe390bf182..f9cb75fbf0 100644
--- a/Config.mk
+++ b/Config.mk
@@ -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 ?= /