From d31d7a8a06e7c45663dffbff982433c8345387d6 Mon Sep 17 00:00:00 2001 From: Franck Bui-Huu Date: Thu, 27 Sep 2007 16:26:40 +0200 Subject: [PATCH] --- yaml --- r: 66187 b: refs/heads/master c: e58d95abb7b3232333ab35a09f7f5b0cd6a19cdb h: refs/heads/master i: 66185: 3c05e76f0fdb32fb2502fe44dda6b80f922f21c2 66183: 8e379453a8b3a96703263cce69842e425e9d08ef v: v3 --- [refs] | 2 +- trunk/arch/mips/Makefile | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 282e539baa5c..16c5eab40813 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: e9f874b6f761f7f8394157d28641491c9babc1d3 +refs/heads/master: e58d95abb7b3232333ab35a09f7f5b0cd6a19cdb diff --git a/trunk/arch/mips/Makefile b/trunk/arch/mips/Makefile index b0fac2d436b7..ebd5d02a7d78 100644 --- a/trunk/arch/mips/Makefile +++ b/trunk/arch/mips/Makefile @@ -602,7 +602,9 @@ ifdef CONFIG_64BIT endif ifeq ($(KBUILD_SYM32), y) - cflags-y += -msym32 -DKBUILD_64BIT_SYM32 + ifeq ($(call cc-option-yn,-msym32), y) + cflags-y += -msym32 -DKBUILD_64BIT_SYM32 + endif endif endif