summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Andrews <athenian200@outlook.com>2023-11-05 18:21:59 -0600
committerJeremy Andrews <athenian200@outlook.com>2023-11-05 20:54:03 -0600
commit34cadf60684ffc7b824b3caff84ad9a5a43a6b03 (patch)
treea9bfc40f6b7b1efc528764c0e07041775d1198d7
parentd0d212143a0bd52135ec7a473d5f0a8bf58f8fb5 (diff)
downloaduxp-34cadf60684ffc7b824b3caff84ad9a5a43a6b03.tar.gz
Issue #2373 - Remove --enable-stdcxx-compat option.
-rw-r--r--build/moz.configure/old.configure1
-rw-r--r--old-configure.in17
2 files changed, 0 insertions, 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
@@ -3857,23 +3857,6 @@ if test -n "$COMPILE_ENVIRONMENT" -a -n "$USE_ELF_HACK"; then
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 ========================================================