[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen-unstable] Fix gcc make-dep cmdline options.
# HG changeset patch # User Keir Fraser <keir.fraser@xxxxxxxxxx> # Date 1231421836 0 # Node ID 1025a725d45b69be196e02b5c3478feb7df14780 # Parent 6cec460c3290ebe4f33916d7315d9cb61c8f2dd9 Fix gcc make-dep cmdline options. Signed-off-by: Keir Fraser <keir.fraser@xxxxxxxxxx> --- xen/Rules.mk | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff -r 6cec460c3290 -r 1025a725d45b xen/Rules.mk --- a/xen/Rules.mk Thu Jan 08 13:21:06 2009 +0000 +++ b/xen/Rules.mk Thu Jan 08 13:37:16 2009 +0000 @@ -65,13 +65,13 @@ ALL_OBJS := $(ALL_OBJS-y) ALL_OBJS := $(ALL_OBJS-y) CFLAGS_tmp := $(strip $(CFLAGS) $(CFLAGS-y)) -CFLAGS = $(CFLAGS_tmp) -Wp,-MD,.$(@F).d +CFLAGS = $(CFLAGS_tmp) -MMD -MF .$(@F).d # Most CFLAGS are safe for assembly files: # -std=gnu{89,99} gets confused by #-prefixed end-of-line comments AFLAGS_tmp := $(strip $(AFLAGS) $(AFLAGS-y)) AFLAGS_tmp += $(patsubst -std=gnu%,,$(CFLAGS_tmp)) -AFLAGS = $(AFLAGS_tmp) -Wp,-MD,.$(@F).d +AFLAGS = $(AFLAGS_tmp) -MMD -MF .$(@F).d # LDFLAGS are only passed directly to $(LD) LDFLAGS := $(strip $(LDFLAGS) $(LDFLAGS_DIRECT)) _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |