From: Keir Fraser Date: Sun, 27 Jan 2008 17:05:47 +0000 (+0000) Subject: Remove machine setting from HOSTCFLAGS. X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~14371 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=db52d0daebd357af6b0aba80026b9745459a596a;p=xen.git Remove machine setting from HOSTCFLAGS. The host compiler must know how to produce runnable binaries without special settings. Signed-off-by: Bastian Blank --- diff --git a/Config.mk b/Config.mk index fe390bf182..f9cb75fbf0 100644 --- 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 ?= /