All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/4] tools - Remove machine setting from HOSTCFLAGS
@ 2008-01-26 19:34 Bastian Blank
  2008-01-27  9:43 ` Keir Fraser
  0 siblings, 1 reply; 12+ messages in thread
From: Bastian Blank @ 2008-01-26 19:34 UTC (permalink / raw)
  To: xen-devel

# HG changeset patch
# User Bastian Blank <waldi@debian.org>
# Date 1201375662 -3600
# Node ID 15419f59710aeaaf83fc35fbbf955b15ec713051
# Parent  c98a1a50be44c52cb59b5795347bf852941b4fdc
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>

diff -r c98a1a50be44 -r 15419f59710a Config.mk
--- a/Config.mk	Sat Jan 26 20:27:42 2008 +0100
+++ b/Config.mk	Sat Jan 26 20:27:42 2008 +0100
@@ -21,9 +21,6 @@ HOSTCC      = gcc
 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     ?= /

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2008-01-27 17:21 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-26 19:34 [PATCH 1/4] tools - Remove machine setting from HOSTCFLAGS Bastian Blank
2008-01-27  9:43 ` Keir Fraser
2008-01-27 10:55   ` Bastian Blank
2008-01-27 11:09     ` Keir Fraser
2008-01-27 13:00     ` Keir Fraser
2008-01-27 16:12       ` Bastian Blank
2008-01-27 16:37         ` Keir Fraser
2008-01-27 16:46           ` Bastian Blank
2008-01-27 16:50             ` Keir Fraser
2008-01-27 17:07               ` Bastian Blank
2008-01-27 17:12               ` Bastian Blank
2008-01-27 17:21                 ` Keir Fraser

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.