ia64/xen-unstable
changeset 16918:226de1674b2f
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>
The host compiler must know how to produce runnable binaries without
special settings.
Signed-off-by: Bastian Blank <waldi@debian.org>
author | Keir Fraser <keir.fraser@citrix.com> |
---|---|
date | Sun Jan 27 17:05:47 2008 +0000 (2008-01-27) |
parents | 47b8ab314cb6 |
children | afa521cf82e6 |
files | Config.mk |
line diff
1.1 --- a/Config.mk Sun Jan 27 17:05:05 2008 +0000 1.2 +++ b/Config.mk Sun Jan 27 17:05:47 2008 +0000 1.3 @@ -21,9 +21,6 @@ SHELL ?= /bin/sh 1.4 HOSTCC = gcc 1.5 HOSTCFLAGS = -Wall -Werror -Wstrict-prototypes -O2 -fomit-frame-pointer 1.6 HOSTCFLAGS += -fno-strict-aliasing 1.7 -HOSTCFLAGS_x86_32 = -m32 1.8 -HOSTCFLAGS_x86_64 = -m64 1.9 -HOSTCFLAGS += $(HOSTCFLAGS_$(XEN_COMPILE_ARCH)) 1.10 1.11 DISTDIR ?= $(XEN_ROOT)/dist 1.12 DESTDIR ?= /