The patch titled
Subject: mn10300: only add -mmem-funcs to KBUILD_CFLAGS if gcc supports it
has been removed from the -mm tree. Its filename was
mn10300-only-add-mmem-funcs-to-kbuild_cflags-if-gcc-supports-it.patch
This patch was dropped because it was merged into mainline or a subsystem tree
------------------------------------------------------
From: Geert Uytterhoeven <[email protected]>
Subject: mn10300: only add -mmem-funcs to KBUILD_CFLAGS if gcc supports it
It seems the current (gcc 4.6.3) no longer provides this so make it
conditional.
As reported by Tony before, the mn10300 architecture cross-compiles with
gcc-4.6.3 if -mmem-funcs is not added to KBUILD_CFLAGS.
Reported-by: Tony Breeds <[email protected]>
Signed-off-by: Geert Uytterhoeven <[email protected]>
Cc: David Howells <[email protected]>
Cc: Koichi Yasutake <[email protected]>
Cc: <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
---
arch/mn10300/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff -puN
arch/mn10300/Makefile~mn10300-only-add-mmem-funcs-to-kbuild_cflags-if-gcc-supports-it
arch/mn10300/Makefile
---
a/arch/mn10300/Makefile~mn10300-only-add-mmem-funcs-to-kbuild_cflags-if-gcc-supports-it
+++ a/arch/mn10300/Makefile
@@ -26,7 +26,7 @@ CHECKFLAGS +=
PROCESSOR := unset
UNIT := unset
-KBUILD_CFLAGS += -mam33 -mmem-funcs -DCPU=AM33
+KBUILD_CFLAGS += -mam33 -DCPU=AM33 $(call cc-option,-mmem-funcs,)
KBUILD_AFLAGS += -mam33 -DCPU=AM33
ifeq ($(CONFIG_MN10300_CURRENT_IN_E2),y)
_
Patches currently in -mm which might be from [email protected] are
origin.patch
linux-next.patch
cris-fix-i-o-macros.patch
mm-cma-discard-clean-pages-during-contiguous-allocation-instead-of-migration-fix-fix.patch
--
To unsubscribe from this list: send the line "unsubscribe stable" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html