[PATCH] powerpc: Don't use -mnew-mnemonics

Segher Boessenkool segher@kernel.crashing.org
Fri Sep 14 14:09:00 GMT 2012


As reported in http://sourceware.org/ml/libc-alpha/2012-09/msg00353.html
glibc still uses the old -mnew-mnemonics flag.  Here's a fix.

2012-09-14  Segher Boessenkool  <segher@kernel.crashing.org>

	* sysdeps/powerpc/Makefile (cflags): Don't add -mnew-mnemonics.
---
 sysdeps/powerpc/Makefile |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/sysdeps/powerpc/Makefile b/sysdeps/powerpc/Makefile
index 79dd6fa..7442b67 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
-- 
1.7.7.6



More information about the Libc-alpha mailing list