summaryrefslogtreecommitdiff
path: root/js/src/old-configure.in
diff options
context:
space:
mode:
authorMoonchild <moonchild@palemoon.org>2021-03-10 14:26:15 +0000
committerMoonchild <moonchild@palemoon.org>2021-03-10 14:26:15 +0000
commitc2268033a8fa5cc342e8ab9b1fa4ed54c6d45e5c (patch)
tree799d482006b857b1f3e43f7bee564b1a3c37818b /js/src/old-configure.in
parent78a37c10452a8bb73d7ef4cfa837e1e613449a85 (diff)
downloaduxp-c2268033a8fa5cc342e8ab9b1fa4ed54c6d45e5c.tar.gz
Issue #1053 - Remove build system MOZ_ANDROID_* defines and related code.
Diffstat (limited to 'js/src/old-configure.in')
-rw-r--r--js/src/old-configure.in10
1 files changed, 0 insertions, 10 deletions
diff --git a/js/src/old-configure.in b/js/src/old-configure.in
index 246b29652b..74b0aa9c72 100644
--- a/js/src/old-configure.in
+++ b/js/src/old-configure.in
@@ -80,8 +80,6 @@ else
fi
AC_SUBST(autoconfmk)
-MOZ_ANDROID_NDK
-
if test -n "$gonkdir" ; then
LDFLAGS="-L$gonkdir/out/target/product/$GONK_PRODUCT/obj/lib -Wl,-rpath-link=$gonkdir/out/target/product/$GONK_PRODUCT/obj/lib --sysroot=$gonkdir/out/target/product/$GONK_PRODUCT/obj/ -llog $LDFLAGS"
fi
@@ -444,14 +442,6 @@ dnl ==============================================================
MOZ_ARCH_OPTS
dnl ========================================================
-dnl Android libstdc++, placed here so it can use MOZ_ARCH
-dnl computed above.
-dnl ========================================================
-
-MOZ_ANDROID_CPU_ARCH
-MOZ_ANDROID_STLPORT
-
-dnl ========================================================
dnl Suppress Clang Argument Warnings
dnl ========================================================
if test -n "${CLANG_CC}${CLANG_CL}"; then