13 lines
371 B
Diff
13 lines
371 B
Diff
|
diff -u -r ../gcc-6.1.0/gcc/cp/g++spec.c ./gcc/cp/g++spec.c
|
||
|
--- ../gcc-6.1.0/gcc/cp/g++spec.c 2016-01-04 09:30:50.000000000 -0500
|
||
|
+++ ./gcc/cp/g++spec.c 2016-05-02 16:35:07.495988169 -0400
|
||
|
@@ -46,7 +46,7 @@
|
||
|
#endif
|
||
|
|
||
|
#ifndef LIBSTDCXX
|
||
|
-#define LIBSTDCXX "stdc++"
|
||
|
+#define LIBSTDCXX "gnustl_shared"
|
||
|
#endif
|
||
|
#ifndef LIBSTDCXX_PROFILE
|
||
|
#define LIBSTDCXX_PROFILE LIBSTDCXX
|