From 135709e82d70d2c2d23035edcc68fd8aa73a91db Mon Sep 17 00:00:00 2001 From: Bryce McKinlay Date: Wed, 1 Jun 2005 22:55:07 +0000 Subject: 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 --- libjava/configure.ac | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'libjava/configure.ac') 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 -- cgit v1.1