summaryrefslogtreecommitdiff
path: root/old-configure.in
diff options
context:
space:
mode:
authorMoonchild <moonchild@palemoon.org>2023-11-09 12:52:52 +0000
committerMoonchild <moonchild@palemoon.org>2023-11-09 12:52:52 +0000
commitad134c48d60e81f6a04bfbcd990d38b2dd9ba389 (patch)
tree2b0e4d5d4d3f3c5fc67ad4dc4e63150cd2336ec6 /old-configure.in
parente4643f5bed2cdc600fc29900fe3b4d22e25763bc (diff)
parent6e0ec4b5bc6fc670bbe7914ce69e428995680263 (diff)
downloaduxp-ad134c48d60e81f6a04bfbcd990d38b2dd9ba389.tar.gz
Merge pull request 'Remove --enable-stdcxx-compat option.' (#2374) from athenian200/UXP:old-stdcxx-compat-cleanup into master
Reviewed-on: https://repo.palemoon.org/MoonchildProductions/UXP/pulls/2374
Diffstat (limited to 'old-configure.in')
-rw-r--r--old-configure.in17
1 files changed, 0 insertions, 17 deletions
diff --git a/old-configure.in b/old-configure.in
index 41f0941164..8785bc9467 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 ========================================================