projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
be2423d
)
Remove machine setting from HOSTCFLAGS.
author
Keir Fraser
<keir.fraser@citrix.com>
Sun, 27 Jan 2008 17:05:47 +0000
(17:05 +0000)
committer
Keir Fraser
<keir.fraser@citrix.com>
Sun, 27 Jan 2008 17:05:47 +0000
(17:05 +0000)
The host compiler must know how to produce runnable binaries without
special settings.
Signed-off-by: Bastian Blank <waldi@debian.org>
Config.mk
patch
|
blob
|
history
diff --git
a/Config.mk
b/Config.mk
index fe390bf18285505792892c31ff23ed5587e388b8..f9cb75fbf008e10951f9f439af5548ef21236f1f 100644
(file)
--- 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 ?= /