Blame SOURCES/glibc-rh783979.patch

b40826
diff -rup a/sysdeps/powerpc/powerpc64/Makefile b/sysdeps/powerpc/powerpc64/Makefile
b40826
--- a/sysdeps/powerpc/powerpc64/Makefile	2012-02-01 09:34:07.018768021 -0700
b40826
+++ b/sysdeps/powerpc/powerpc64/Makefile	2012-02-01 09:35:28.813356195 -0700
b40826
@@ -31,7 +31,7 @@ elide-routines.os += hp-timing
b40826
 ifneq ($(elf),no)
b40826
 # The initfini generation code doesn't work in the presence of -fPIC, so
b40826
 # we use -fpic instead which is much better.
b40826
-CFLAGS-initfini.s += -fpic -O1
b40826
+CFLAGS-initfini.s += -fpic -O1 -fno-inline
b40826
 endif
b40826
 CFLAGS-libc-start.c += -fno-asynchronous-unwind-tables
b40826
 endif