From f51f33b9a3353195f3525c7c00fe918379977616 Mon Sep 17 00:00:00 2001 From: Anton Blanchard Date: Wed, 12 Dec 2012 14:43:12 +0000 Subject: [PATCH] --- yaml --- r: 356375 b: refs/heads/master c: 98679fb0927cee2084caddc5277326f18642a58b h: refs/heads/master i: 356373: 40bd6fb839decb0ff7f821f727f7338365751182 356371: 39a10639206540452afd8df554aa5a0c3b06e75e 356367: 61a9c37f5941bd08c7e2b4a9283f0b06005e00da v: v3 --- [refs] | 2 +- trunk/arch/powerpc/Makefile | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 278b8bf71ea9..9e6eb77cff4b 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 0b9fd94a1cc814a07f1ce7f439b7ab718228b7c7 +refs/heads/master: 98679fb0927cee2084caddc5277326f18642a58b diff --git a/trunk/arch/powerpc/Makefile b/trunk/arch/powerpc/Makefile index 31d8965e0847..967fd23ace78 100644 --- a/trunk/arch/powerpc/Makefile +++ b/trunk/arch/powerpc/Makefile @@ -85,6 +85,7 @@ endif CFLAGS-$(CONFIG_PPC64) := -mtraceback=no -mcall-aixdesc CFLAGS-$(CONFIG_PPC64) += $(call cc-option,-mcmodel=medium,-mminimal-toc) +CFLAGS-$(CONFIG_PPC64) += $(call cc-option,-mno-pointers-to-nested-functions) CFLAGS-$(CONFIG_PPC32) := -ffixed-r2 -mmultiple CFLAGS-$(CONFIG_GENERIC_CPU) += $(call cc-option,-mtune=power7,-mtune=power4)