aboutsummaryrefslogtreecommitdiff
path: root/gcc/configure
diff options
context:
space:
mode:
authorEric Botcazou <ebotcazou@libertysurf.fr>2005-01-09 00:14:06 +0100
committerEric Botcazou <ebotcazou@gcc.gnu.org>2005-01-08 23:14:06 +0000
commit080a5bb01c61de2a5ebb1a572c7dd68ec0891504 (patch)
tree812f6171e722974938792ba69eea25cd50e4a3da /gcc/configure
parent27dfc9c46db75a73ed617d47608c55c1f9f47c17 (diff)
downloadgcc-080a5bb01c61de2a5ebb1a572c7dd68ec0891504.zip
gcc-080a5bb01c61de2a5ebb1a572c7dd68ec0891504.tar.gz
gcc-080a5bb01c61de2a5ebb1a572c7dd68ec0891504.tar.bz2
configure.ac (DWARF-2 debug_line): Use objdump.
* configure.ac (DWARF-2 debug_line): Use objdump. * configure: Regenerate. From-SVN: r93094
Diffstat (limited to 'gcc/configure')
-rwxr-xr-xgcc/configure5
1 files changed, 3 insertions, 2 deletions
diff --git a/gcc/configure b/gcc/configure
index 7a0077b..220fcaf 100755
--- a/gcc/configure
+++ b/gcc/configure
@@ -14683,8 +14683,9 @@ fi
echo "$as_me:$LINENO: \$? = $ac_status" >&5
(exit $ac_status); }; }
then
- # ??? This fails with non-gnu grep. Maybe use objdump?
- if grep debug_line conftest.o > /dev/null 2>&1; then
+ if test x$gcc_cv_objdump != x \
+ && $gcc_cv_objdump -h conftest.o 2> /dev/null \
+ | grep debug_line > /dev/null 2>&1; then
gcc_cv_as_dwarf2_debug_line=yes
fi
else