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 | |
parent | b288a93d569442390f834e01a9594b2fcfce93d0 (diff) | |
download | glibc-b3563932f85d60bb0d38b0a5f3b8f4abc133f890.tar.gz glibc-b3563932f85d60bb0d38b0a5f3b8f4abc133f890.tar.xz glibc-b3563932f85d60bb0d38b0a5f3b8f4abc133f890.zip |
PowerPC: Remove unnecessary -mnew-mnemonics.
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | sysdeps/powerpc/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog index a69c627924..b2f40c367a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2012-11-01 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com> + + * sysdeps/powerpc/Makefile (cflags): Remove -mnew-mnemonics. + 2012-11-01 H.J. Lu <hongjiu.lu@intel.com> * catgets/test-gencat.sh (run_program_prefix): Renamed to ... 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 |