ports/devel/freebsd-gcc12/files/patch-gcc_cp_g++spec.cc
John Baldwin e858e20eec devel/freebsd-gcc12: Use -stdlib=libc++ to use libc++.
Instead of overriding the path and library name of libstdc++, set the
path for libc++ and change the default of -stdlib= from libstdc++ to
libc++.
2023-08-05 08:24:11 -07:00

11 lines
456 B
C++

--- gcc/cp/g++spec.cc.orig 2023-05-08 12:14:39 UTC
+++ gcc/cp/g++spec.cc
@@ -95,7 +95,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