aboutsummaryrefslogtreecommitdiff
path: root/build/tools/toolchain-patches/gcc/0004-Rename-libstdc++.so-to-libgnustl_shared.so.patch
diff options
context:
space:
mode:
authorAndrew Hsieh <andrewhsieh@google.com>2014-10-16 18:55:49 +0800
committerAndrew Hsieh <andrewhsieh@google.com>2014-10-16 19:05:28 +0800
commit908851b0057493b16ddc6eb317a64ff9fce3d3f9 (patch)
tree3f22d2ae221704b2a7c314d82d2f6fea0451dc1f /build/tools/toolchain-patches/gcc/0004-Rename-libstdc++.so-to-libgnustl_shared.so.patch
parent21de99500fb92afde05ccf7a6ad19df958cdcd78 (diff)
downloadndk-908851b0057493b16ddc6eb317a64ff9fce3d3f9.tar.gz
Update GCC NDK local patches
All patches shoule be pushed to aosp/toolchain/gcc. Put it here to document what's absent from aosp/toolchain/gcc for the GCC toolchain in coming r10c Change-Id: Iff025a58b4f950fe75e19677fa09d8163cee8de7
Diffstat (limited to 'build/tools/toolchain-patches/gcc/0004-Rename-libstdc++.so-to-libgnustl_shared.so.patch')
-rw-r--r--build/tools/toolchain-patches/gcc/0004-Rename-libstdc++.so-to-libgnustl_shared.so.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/build/tools/toolchain-patches/gcc/0004-Rename-libstdc++.so-to-libgnustl_shared.so.patch b/build/tools/toolchain-patches/gcc/0004-Rename-libstdc++.so-to-libgnustl_shared.so.patch
index 411a330cb..25314de74 100644
--- a/build/tools/toolchain-patches/gcc/0004-Rename-libstdc++.so-to-libgnustl_shared.so.patch
+++ b/build/tools/toolchain-patches/gcc/0004-Rename-libstdc++.so-to-libgnustl_shared.so.patch
@@ -63,7 +63,7 @@ diff --git a/gcc-4.9/libstdc++-v3/src/Makefile.in b/gcc-4.9/libstdc++-v3/src/Mak
index cd3943b..ec04005 100644
--- a/gcc-4.9/libstdc++-v3/src/Makefile.in
+++ b/gcc-4.9/libstdc++-v3/src/Makefile.in
-@@ -342,7 +342,7 @@ AM_CPPFLAGS = $(GLIBCXX_INCLUDES)
+@@ -343,7 +343,7 @@ AM_CPPFLAGS = $(GLIBCXX_INCLUDES)
SUBDIRS = c++98 c++11
# Cross compiler support.
@@ -72,7 +72,7 @@ index cd3943b..ec04005 100644
@GLIBCXX_LDBL_COMPAT_FALSE@ldbl_compat_sources =
@GLIBCXX_LDBL_COMPAT_TRUE@ldbl_compat_sources = compatibility-ldbl.cc
parallel_compat_sources = \
-@@ -552,6 +552,9 @@ clean-toolexeclibLTLIBRARIES:
+@@ -554,6 +554,9 @@ clean-toolexeclibLTLIBRARIES:
libstdc++.la: $(libstdc___la_OBJECTS) $(libstdc___la_DEPENDENCIES)
$(libstdc___la_LINK) -rpath $(toolexeclibdir) $(libstdc___la_OBJECTS) $(libstdc___la_LIBADD) $(LIBS)