aboutsummaryrefslogtreecommitdiff
path: root/libjava/configure.ac
diff options
context:
space:
mode:
authorBryce McKinlay <mckinlay@redhat.com>2005-06-01 22:55:07 +0000
committerBryce McKinlay <bryce@gcc.gnu.org>2005-06-01 23:55:07 +0100
commit135709e82d70d2c2d23035edcc68fd8aa73a91db (patch)
tree3b4292de283ab69587e0f51e6df4fc93f2ddb5b2 /libjava/configure.ac
parentae263c7a36206a9bd8b17bcaf9556b447f345be0 (diff)
downloadgcc-135709e82d70d2c2d23035edcc68fd8aa73a91db.zip
gcc-135709e82d70d2c2d23035edcc68fd8aa73a91db.tar.gz
gcc-135709e82d70d2c2d23035edcc68fd8aa73a91db.tar.bz2
configure.ac (BACKTRACESPEC): Remove definition, but continue to AC_SUBST definition from configure.host.
* configure.ac (BACKTRACESPEC): Remove definition, but continue to AC_SUBST definition from configure.host. * configure.host: Don't use -fno-omit-frame-pointer. Set BACKTRACESPEC to -fomit-frame-pointer on 32-bit x86 targets. From-SVN: r100469
Diffstat (limited to 'libjava/configure.ac')
-rw-r--r--libjava/configure.ac10
1 files changed, 1 insertions, 9 deletions
diff --git a/libjava/configure.ac b/libjava/configure.ac
index b28d1e3..a7d9d20 100644
--- a/libjava/configure.ac
+++ b/libjava/configure.ac
@@ -1148,6 +1148,7 @@ AC_SUBST(ZINCS)
AC_SUBST(DIVIDESPEC)
AC_SUBST(CHECKREFSPEC)
AC_SUBST(EXCEPTIONSPEC)
+AC_SUBST(BACKTRACESPEC)
AC_SUBST(IEEESPEC)
AM_CONDITIONAL(NATIVE, test "$NATIVE" = yes)
@@ -1345,15 +1346,6 @@ if test "$enable_sjlj_exceptions" = yes; then
SIGNAL_HANDLER_AUX=
fi
-# Define here any compiler flags that you need in order to make backtrace() work.
-BACKTRACESPEC=
-case "${host}" in
- x86_64*-*-linux*|i?86-*)
- BACKTRACESPEC=-fno-omit-frame-pointer
- ;;
-esac
-AC_SUBST(BACKTRACESPEC)
-
AC_SUBST(SYSDEP_SOURCES)
if test -z "$SIGNAL_HANDLER_AUX"; then