blob: 4395228025c2d21ebaf46d52ec183a1e956abcb8 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- gcc/cp/g++spec.cc.orig 2024-05-07 06:51:37 UTC
+++ gcc/cp/g++spec.cc
@@ -97,7 +97,7 @@ lang_specific_driver (struct cl_decoded_option **in_de
int library = 0;
/* Which c++ runtime library to link. */
- stdcxxlib_kind which_library = USE_LIBSTDCXX;
+ stdcxxlib_kind which_library = USE_LIBCXX;
/* The number of arguments being added to what's in argv, other than
libraries. We use this to track the number of times we've inserted
|