summaryrefslogtreecommitdiff
path: root/build/autoconf/frameptr.m4
diff options
context:
space:
mode:
Diffstat (limited to 'build/autoconf/frameptr.m4')
-rw-r--r--build/autoconf/frameptr.m45
1 files changed, 0 insertions, 5 deletions
diff --git a/build/autoconf/frameptr.m4 b/build/autoconf/frameptr.m4
index e7e50330ee..24543b2143 100644
--- a/build/autoconf/frameptr.m4
+++ b/build/autoconf/frameptr.m4
@@ -7,11 +7,6 @@ dnl disabling frame pointers in this architecture based on the configure
dnl options
AC_DEFUN([MOZ_SET_FRAMEPTR_FLAGS], [
- case "$target" in
- *android*)
- unwind_tables="-funwind-tables"
- ;;
- esac
if test "$GNU_CC"; then
MOZ_ENABLE_FRAME_PTR="-fno-omit-frame-pointer $unwind_tables"
MOZ_DISABLE_FRAME_PTR="-fomit-frame-pointer"