[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen-unstable] Remove machine setting from HOSTCFLAGS.
# HG changeset patch # User Keir Fraser <keir.fraser@xxxxxxxxxx> # Date 1201453547 0 # Node ID 226de1674b2fea24413c54f43e2588907864e9bd # Parent 47b8ab314cb6da46412fa1cf6d6f31ae982d598b Remove machine setting from HOSTCFLAGS. The host compiler must know how to produce runnable binaries without special settings. Signed-off-by: Bastian Blank <waldi@xxxxxxxxxx> --- Config.mk | 3 --- 1 files changed, 3 deletions(-) diff -r 47b8ab314cb6 -r 226de1674b2f Config.mk --- a/Config.mk Sun Jan 27 17:05:05 2008 +0000 +++ b/Config.mk Sun Jan 27 17:05:47 2008 +0000 @@ -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 ?= / _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |