diff options
author | Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com> | 2012-11-01 18:00:06 -0500 |
---|---|---|
committer | Ryan S. Arnold <rsa@linux.vnet.ibm.com> | 2012-11-01 18:02:41 -0500 |
commit | b3563932f85d60bb0d38b0a5f3b8f4abc133f890 (patch) | |
tree | 30d2eba233d86ad9e20e692385486e615e8e4fbc /sysdeps/powerpc | |
parent | b288a93d569442390f834e01a9594b2fcfce93d0 (diff) | |
download | glibc-b3563932f85d60bb0d38b0a5f3b8f4abc133f890.tar.gz glibc-b3563932f85d60bb0d38b0a5f3b8f4abc133f890.tar.xz glibc-b3563932f85d60bb0d38b0a5f3b8f4abc133f890.zip |
PowerPC: Remove unnecessary -mnew-mnemonics.
Diffstat (limited to 'sysdeps/powerpc')
-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 79dd6fa976..7442b6709a 100644 --- a/sysdeps/powerpc/Makefile +++ b/sysdeps/powerpc/Makefile @@ -1,7 +1,3 @@ -# We always want to use the new mnemonic syntax even if we are on a RS6000 -# machine. -+cflags += -mnew-mnemonics - ifeq ($(subdir),string) CFLAGS-memcmp.c += -Wno-uninitialized endif |