Commit 21a32e08 by Jan Hubicka Committed by Jan Hubicka

* configure: Regenerate.

From-SVN: r78765
parent 2ac87ccb
......@@ -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>
......
......@@ -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
......
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