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)