From 34cadf60684ffc7b824b3caff84ad9a5a43a6b03 Mon Sep 17 00:00:00 2001 From: Jeremy Andrews Date: Sun, 5 Nov 2023 18:21:59 -0600 Subject: Issue #2373 - Remove --enable-stdcxx-compat option. --- build/moz.configure/old.configure | 1 - old-configure.in | 17 ----------------- 2 files changed, 18 deletions(-) diff --git a/build/moz.configure/old.configure b/build/moz.configure/old.configure index 492bb94d66..f1fe273c3b 100644 --- a/build/moz.configure/old.configure +++ b/build/moz.configure/old.configure @@ -235,7 +235,6 @@ def old_configure_options(*options): '--enable-small-chunk-size', '--enable-startup-notification', '--enable-startupcache', - '--enable-stdcxx-compat', '--enable-strip', '--enable-synth-pico', '--enable-system-cairo', diff --git a/old-configure.in b/old-configure.in index 873acd83aa..3d1921b9c7 100644 --- a/old-configure.in +++ b/old-configure.in @@ -3856,23 +3856,6 @@ if test -n "$COMPILE_ENVIRONMENT" -a -n "$USE_ELF_HACK"; then fi fi # COMPILE_ENVIRONMENT and others. -dnl ======================================================== -dnl = libstdc++ compatibility hacks -dnl ======================================================== - -STDCXX_COMPAT= -MOZ_ARG_ENABLE_BOOL(stdcxx-compat, -[ --enable-stdcxx-compat Enable compatibility with older libstdc++], - STDCXX_COMPAT=1) - -if test -n "$STDCXX_COMPAT"; then - eval $(CXX="$CXX" HOST_CXX="$HOST_CXX" $PYTHON -m mozbuild.configure.libstdcxx) - AC_SUBST(MOZ_LIBSTDCXX_TARGET_VERSION) - AC_SUBST(MOZ_LIBSTDCXX_HOST_VERSION) - CXXFLAGS="$CXXFLAGS -D_GLIBCXX_USE_CXX11_ABI=0" - HOST_CXXFLAGS="$HOST_CXXFLAGS -D_GLIBCXX_USE_CXX11_ABI=0" -fi - dnl ======================================================== dnl = frontend JS debug mode dnl ======================================================== -- cgit v1.2.3