]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
libstdc++: Disable <stacktrace> support by default for freestanding
authorJonathan Wakely <jwakely@redhat.com>
Tue, 5 Sep 2023 10:14:02 +0000 (11:14 +0100)
committerJonathan Wakely <jwakely@redhat.com>
Wed, 6 Sep 2023 22:14:26 +0000 (23:14 +0100)
libstdc++-v3/ChangeLog:

* acinclude.m4 (GLIBCXX_ENABLE_BACKTRACE): Disable by default
for freestanding.
* configure: Regenerate.

libstdc++-v3/acinclude.m4
libstdc++-v3/configure

index 50c808c6b2d6db5c1970fcf950f21dea9a8ebd9b..b7210e09d898a86eef6acd9ca0b609e40ba5c5fc 100644 (file)
@@ -5481,7 +5481,7 @@ BACKTRACE_CPPFLAGS="$BACKTRACE_CPPFLAGS -DBACKTRACE_ELF_SIZE=$elfsize"
 
   AC_MSG_CHECKING([whether to build libbacktrace support])
   if test "$enable_libstdcxx_backtrace" = "auto"; then
-    enable_libstdcxx_backtrace=yes
+    enable_libstdcxx_backtrace="$is_hosted"
   fi
   AC_MSG_RESULT($enable_libstdcxx_backtrace)
   if test "$enable_libstdcxx_backtrace" = "yes"; then
index db1932300c0103161ba1503fc5799a73c3ff9032..dcb9fd6158c93bde8c10399eba210941268871b7 100755 (executable)
@@ -73156,7 +73156,7 @@ BACKTRACE_CPPFLAGS="$BACKTRACE_CPPFLAGS -DBACKTRACE_ELF_SIZE=$elfsize"
   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build libbacktrace support" >&5
 $as_echo_n "checking whether to build libbacktrace support... " >&6; }
   if test "$enable_libstdcxx_backtrace" = "auto"; then
-    enable_libstdcxx_backtrace=yes
+    enable_libstdcxx_backtrace="$is_hosted"
   fi
   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_libstdcxx_backtrace" >&5
 $as_echo "$enable_libstdcxx_backtrace" >&6; }