[PATCH] PowerPC: Remove -mnew-mnemonics
Tulio Magno Quites Machado Filho
tuliom@linux.vnet.ibm.com
Tue Oct 30 18:57:00 GMT 2012
Remove -mnew-mnemonics from the CFLAGS as it isn't required anymore and
is being removed on GCC 4.8.
2012-10-22 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
* sysdeps/powerpc/Makefile (cflags): Remove -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