From: Bastian Blank <bastian@waldi.eu.org>
To: xen-devel@lists.xensource.com
Subject: [PATCH 1/4] tools - Remove machine setting from HOSTCFLAGS
Date: Sat, 26 Jan 2008 20:34:14 +0100 [thread overview]
Message-ID: <20080126193414.GA2278@wavehammer.waldi.eu.org> (raw)
# 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 ?= /
next reply other threads:[~2008-01-26 19:34 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-01-26 19:34 Bastian Blank [this message]
2008-01-27 9:43 ` [PATCH 1/4] tools - Remove machine setting from HOSTCFLAGS 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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20080126193414.GA2278@wavehammer.waldi.eu.org \
--to=bastian@waldi.eu.org \
--cc=xen-devel@lists.xensource.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.