diff options
author | Alan Modra <amodra@gmail.com> | 2011-09-07 22:02:42 -0400 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2011-09-07 22:02:42 -0400 |
commit | 24f579d86e13131beb3f4823e944cc447633a2c1 (patch) | |
tree | 5c59cfce65f79055e2db19597ff47ebe2d0c064d /sysdeps/powerpc/Makefile | |
parent | 2270037782b05f2973372fe12f6e8d2a8c413188 (diff) | |
download | glibc-24f579d86e13131beb3f4823e944cc447633a2c1.tar.gz glibc-24f579d86e13131beb3f4823e944cc447633a2c1.tar.xz glibc-24f579d86e13131beb3f4823e944cc447633a2c1.zip |
Fix profiling on powerpc32 secure-plt shared libs and PIEs
Diffstat (limited to 'sysdeps/powerpc/Makefile')
-rw-r--r-- | sysdeps/powerpc/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sysdeps/powerpc/Makefile b/sysdeps/powerpc/Makefile index 616458f136..e43ca704f0 100644 --- a/sysdeps/powerpc/Makefile +++ b/sysdeps/powerpc/Makefile @@ -2,10 +2,6 @@ # machine. +cflags += -mnew-mnemonics -ifeq ($(subdir),gmon) -sysdep_routines += ppc-mcount -endif - ifeq ($(subdir),string) CFLAGS-memcmp.c += -Wno-uninitialized endif |