diff options
Diffstat (limited to 'sysdeps/powerpc/powerpc32/Makefile')
-rw-r--r-- | sysdeps/powerpc/powerpc32/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sysdeps/powerpc/powerpc32/Makefile b/sysdeps/powerpc/powerpc32/Makefile index 84a9841b7a..aa2d0b9fb8 100644 --- a/sysdeps/powerpc/powerpc32/Makefile +++ b/sysdeps/powerpc/powerpc32/Makefile @@ -23,10 +23,6 @@ pic-ccflag = -fpic endif ifeq ($(subdir),csu) -# The initfini generation code doesn't work in the presence of -fPIC, so -# we use -fpic instead which is much better. -CFLAGS-initfini.s += -fpic -O1 - # There is no benefit to using sdata for these objects, and the user # of the library should be able to control what goes into sdata. CFLAGS-init.o = -G0 |