chiark / gitweb /
clang: Depend on ndk-stl and remove triplet mess
[termux-packages] / packages / gcc / gcc-cp-g++specc.patch
1 diff -u -r ../gcc-6.1.0/gcc/cp/g++spec.c ./gcc/cp/g++spec.c
2 --- ../gcc-6.1.0/gcc/cp/g++spec.c       2016-01-04 09:30:50.000000000 -0500
3 +++ ./gcc/cp/g++spec.c  2016-05-02 16:35:07.495988169 -0400
4 @@ -46,7 +46,7 @@
5  #endif
6  
7  #ifndef LIBSTDCXX
8 -#define LIBSTDCXX "stdc++"
9 +#define LIBSTDCXX "gnustl_shared"
10  #endif
11  #ifndef LIBSTDCXX_PROFILE
12  #define LIBSTDCXX_PROFILE LIBSTDCXX