mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-13 16:01:22 +08:00
* configure: Regenerate.
From-SVN: r78765
This commit is contained in:
parent
2ac87ccba9
commit
21a32e0819
@ -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
4
libjava/configure
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user