Commit 2ac87ccb by Jan Hubicka Committed by Jan Hubicka

configure.host: Pass -fno-omit-frame-pointer for i386.


	* configure.host: Pass -fno-omit-frame-pointer for i386.
	* configure.in: Likewise.

From-SVN: r78764
parent f08dc6c1
2004-03-02 Jan Hubicka <jh@suse.cz>
* configure.host: Pass -fno-omit-frame-pointer for i386.
* configure.in: Likewise.
2004-03-01 Per Bothner <per@bothner.com> 2004-03-01 Per Bothner <per@bothner.com>
* java/lang/natPosixProcess.cc (startProcess): Fix thinko. * java/lang/natPosixProcess.cc (startProcess): Fix thinko.
......
...@@ -90,7 +90,7 @@ case "${host}" in ...@@ -90,7 +90,7 @@ case "${host}" in
;; ;;
i686-*|i586-*|i486-*|i386-*) i686-*|i586-*|i486-*|i386-*)
sysdeps_dir=i386 sysdeps_dir=i386
libgcj_flags="${libgcj_flags} -ffloat-store" libgcj_flags="${libgcj_flags} -ffloat-store -fno-omit-frame-pointer"
libgcj_interpreter=yes libgcj_interpreter=yes
libgcj_cxxflags= libgcj_cxxflags=
libgcj_cflags= libgcj_cflags=
......
...@@ -1190,7 +1190,7 @@ fi ...@@ -1190,7 +1190,7 @@ fi
# Define here any compiler flags that you need in order to make backtrace() work. # Define here any compiler flags that you need in order to make backtrace() work.
BACKTRACESPEC= BACKTRACESPEC=
case "${host}" in case "${host}" in
x86_64*-*-linux*) x86_64*-*-linux*|i?86-*)
BACKTRACESPEC=-fno-omit-frame-pointer BACKTRACESPEC=-fno-omit-frame-pointer
;; ;;
esac esac
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment