]> git.proxmox.com Git - rustc.git/blame - src/ci/docker/dist-powerpc-linux/patches/glibc/2.12.2/001-PowerPC-Remove-unnecessary-mnew-mnemonics.patch
New upstream version 1.45.0+dfsg1
[rustc.git] / src / ci / docker / dist-powerpc-linux / patches / glibc / 2.12.2 / 001-PowerPC-Remove-unnecessary-mnew-mnemonics.patch
CommitLineData
32a655c1
SL
1From b3563932f85d60bb0d38b0a5f3b8f4abc133f890 Mon Sep 17 00:00:00 2001
2From: Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
3Date: Thu, 1 Nov 2012 18:00:06 -0500
4Subject: [PATCH] PowerPC: Remove unnecessary -mnew-mnemonics.
5
6---
7 sysdeps/powerpc/Makefile | 4 ----
8 1 file changed, 4 deletions(-)
9
10diff --git a/sysdeps/powerpc/Makefile b/sysdeps/powerpc/Makefile
11index 79dd6fa976d5..7442b6709ad1 100644
12--- a/sysdeps/powerpc/Makefile
13+++ b/sysdeps/powerpc/Makefile
14@@ -1,7 +1,3 @@
15-# We always want to use the new mnemonic syntax even if we are on a RS6000
16-# machine.
17-+cflags += -mnew-mnemonics
18-
19 ifeq ($(subdir),gmon)
20 sysdep_routines += ppc-mcount
21 endif
22--
232.9.3
24