PowerPC: Remove unnecessary -mnew-mnemonics.

This commit is contained in:
Tulio Magno Quites Machado Filho 2012-11-01 18:00:06 -05:00 committed by Ryan S. Arnold
parent b288a93d56
commit b3563932f8
2 changed files with 4 additions and 4 deletions

View File

@ -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 ...

View File

@ -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