From 0afe5b2da552ee4645d0b55ec467c7977aa5ea50 Mon Sep 17 00:00:00 2001 From: Aaro Koskinen Date: Thu, 20 Oct 2011 01:33:27 +0300 Subject: [PATCH] --- yaml --- r: 273466 b: refs/heads/master c: 08fa624f504e5edab6f69014fc92ecc7b2bbd81e h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/mips/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 3dd4886b8fa4..3a5184d74e37 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 2fd431085cab7a5d0ae4fae91c85c5a05d6afaa0 +refs/heads/master: 08fa624f504e5edab6f69014fc92ecc7b2bbd81e diff --git a/trunk/arch/mips/Makefile b/trunk/arch/mips/Makefile index eede9b350803..9b4cb00407d7 100644 --- a/trunk/arch/mips/Makefile +++ b/trunk/arch/mips/Makefile @@ -226,7 +226,7 @@ LDFLAGS += -m $(ld-emul) ifdef CONFIG_MIPS CHECKFLAGS += $(shell $(CC) $(KBUILD_CFLAGS) -dM -E -xc /dev/null | \ egrep -vw '__GNUC_(|MINOR_|PATCHLEVEL_)_' | \ - sed -e 's/^\#define /-D/' -e "s/ /='/" -e "s/$$/'/") + sed -e "s/^\#define /-D'/" -e "s/ /'='/" -e "s/$$/'/") ifdef CONFIG_64BIT CHECKFLAGS += -m64 endif