* configure: Regenerate.

From-SVN: r78765
This commit is contained in:
Jan Hubicka 2004-03-02 17:08:34 +01:00 committed by Jan Hubicka
parent 2ac87ccba9
commit 21a32e0819
2 changed files with 3 additions and 2 deletions

View File

@ -2,6 +2,7 @@
* configure.host: Pass -fno-omit-frame-pointer for i386.
* configure.in: Likewise.
* configure: Regenerate.
2004-03-01 Per Bothner <per@bothner.com>

4
libjava/configure vendored
View File

@ -1630,7 +1630,7 @@ else
if { (eval echo configure:1631: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
for file in conftest.*; do
case $file in
*.c | *.o | *.obj) ;;
*.$ac_ext | *.c | *.o | *.obj) ;;
*) ac_cv_exeext=`echo $file | sed -e s/conftest//` ;;
esac
done
@ -8532,7 +8532,7 @@ fi
# Define here any compiler flags that you need in order to make backtrace() work.
BACKTRACESPEC=
case "${host}" in
x86_64*-*-linux*)
x86_64*-*-linux*|i?86-*)
BACKTRACESPEC=-fno-omit-frame-pointer
;;
esac