aboutsummaryrefslogtreecommitdiff
path: root/build/tools/toolchain-patches/gcc
diff options
context:
space:
mode:
authorAndrew Hsieh <andrewhsieh@google.com>2014-03-07 10:21:49 +0800
committerAndrew Hsieh <andrewhsieh@google.com>2014-03-07 10:27:52 +0800
commit42923e4a34eedb0dc40ee39a58f717926bce7711 (patch)
tree10b85bbc5327402afc59c6514e84d333b65267d6 /build/tools/toolchain-patches/gcc
parentd8f30b463ccdfa3f7632c0572f7e3e0f58385161 (diff)
downloadndk-42923e4a34eedb0dc40ee39a58f717926bce7711.tar.gz
Rename local patch against gcc about renaming libstdc++.so to libgnustl_shared.so
The local patch gcc/0006-Disable-libstdc-versioning.patch now actually only does renaming libstdc++.so to libgnustl_shared.so. The part which disables versioning was pushed out to toolchain/gcc 4a0927423d51f594b870e58b3eb51574327f8b0e Change-Id: I0a3523bf296929e172ecd028e6ff2103ffc22a94
Diffstat (limited to 'build/tools/toolchain-patches/gcc')
-rw-r--r--build/tools/toolchain-patches/gcc/0003-Rename-libstdc++.so-to-libgnustl_shared.so.patch (renamed from build/tools/toolchain-patches/gcc/0006-Disable-libstdc-versioning.patch)8
1 files changed, 4 insertions, 4 deletions
diff --git a/build/tools/toolchain-patches/gcc/0006-Disable-libstdc-versioning.patch b/build/tools/toolchain-patches/gcc/0003-Rename-libstdc++.so-to-libgnustl_shared.so.patch
index 3ca8b7733..e9ef86b86 100644
--- a/build/tools/toolchain-patches/gcc/0006-Disable-libstdc-versioning.patch
+++ b/build/tools/toolchain-patches/gcc/0003-Rename-libstdc++.so-to-libgnustl_shared.so.patch
@@ -1,16 +1,16 @@
From f82d0f1b47ea7ae0d20c00b4f29cfd694ab66a07 Mon Sep 17 00:00:00 2001
From: David 'Digit' Turner <digit@google.com>
Date: Tue, 21 Feb 2012 15:07:59 +0100
-Subject: Disable libstdc++ versioning
+Subject: Rename libstdc++.so to libgnustl_shared.so
This patch ensure that the generated library is called libgnustl_shared.so
instead of libstdc++.so.3 (or some similar number-versioned name).
Change-Id: I63fb5be818115c6d0c7e96b937ba39f225b475cf
---
- gcc-4.6/libstdc++-v3/src/Makefile.am | 2 +-
- gcc-4.6/libstdc++-v3/src/Makefile.in | 7 +++++--
- 4 files changed, 12 insertions(+), 6 deletions(-)
+ gcc-4.6/libstdc++-v3/src/Makefile.in | 5 ++++-
+ gcc-4.8/libstdc++-v3/src/Makefile.in | 5 ++++-
+ 2 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/gcc-4.6/libstdc++-v3/src/Makefile.in b/gcc-4.6/libstdc++-v3/src/Makefile.in
index 146ec3f..99f0f56 100644