diff options
Diffstat (limited to 'arch')
-rw-r--r-- | arch/mips/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/Makefile b/arch/mips/Makefile index eede9b350803..9b4cb00407d7 100644 --- a/arch/mips/Makefile +++ b/arch/mips/Makefile | |||
@@ -226,7 +226,7 @@ LDFLAGS += -m $(ld-emul) | |||
226 | ifdef CONFIG_MIPS | 226 | ifdef CONFIG_MIPS |
227 | CHECKFLAGS += $(shell $(CC) $(KBUILD_CFLAGS) -dM -E -xc /dev/null | \ | 227 | CHECKFLAGS += $(shell $(CC) $(KBUILD_CFLAGS) -dM -E -xc /dev/null | \ |
228 | egrep -vw '__GNUC_(|MINOR_|PATCHLEVEL_)_' | \ | 228 | egrep -vw '__GNUC_(|MINOR_|PATCHLEVEL_)_' | \ |
229 | sed -e 's/^\#define /-D/' -e "s/ /='/" -e "s/$$/'/") | 229 | sed -e "s/^\#define /-D'/" -e "s/ /'='/" -e "s/$$/'/") |
230 | ifdef CONFIG_64BIT | 230 | ifdef CONFIG_64BIT |
231 | CHECKFLAGS += -m64 | 231 | CHECKFLAGS += -m64 |
232 | endif | 232 | endif |