From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastian Blank Subject: [PATCH 1/4] tools - Remove machine setting from HOSTCFLAGS Date: Sat, 26 Jan 2008 20:34:14 +0100 Message-ID: <20080126193414.GA2278@wavehammer.waldi.eu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Return-path: Content-Disposition: inline List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org # HG changeset patch # User Bastian Blank # 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 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 ?= /