summaryrefslogtreecommitdiff
path: root/libjava/configure.host
diff options
context:
space:
mode:
authoraph <aph@138bc75d-0d04-0410-961f-82ee72b054a4>2003-02-03 15:59:48 +0000
committeraph <aph@138bc75d-0d04-0410-961f-82ee72b054a4>2003-02-03 15:59:48 +0000
commit02fff0c972e317635c44138ca1735654728c5b44 (patch)
tree1fb2f57f519964ab055b993cfa1ef911ce80f5a6 /libjava/configure.host
parent8e2375accbc4001ccee4d2d71a479487cfd054c3 (diff)
downloadgcc-02fff0c972e317635c44138ca1735654728c5b44.tar.gz
2003-02-03 Andrew Haley <aph@redhat.com>
* libgcj.spec.in (jc1): Add BACKTRACESPEC. * configure.host (x86_64): Default to -fno-omit-frame-pointer. * configure.in (BACKTRACESPEC): New. * configure: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@62316 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/configure.host')
-rw-r--r--libjava/configure.host2
1 files changed, 1 insertions, 1 deletions
diff --git a/libjava/configure.host b/libjava/configure.host
index 789b4a9060a..2f5ea605b24 100644
--- a/libjava/configure.host
+++ b/libjava/configure.host
@@ -98,7 +98,7 @@ case "${host}" in
x86_64-*)
CHECKREFSPEC="%{m32:-fcheck-references}"
sysdeps_dir=x86-64
- libgcj_flags="${libgcj_flags} -ffloat-store"
+ libgcj_flags="${libgcj_flags} -ffloat-store -fno-omit-frame-pointer"
libgcj_interpreter=no
libgcj_cxxflags="-D__NO_MATH_INLINES"
libgcj_cflags="-D__NO_MATH_INLINES"