From 66f911126d5e6a708064d4e0108ca72b978af31c Mon Sep 17 00:00:00 2001 From: Eric Botcazou Date: Sat, 20 Dec 2008 22:32:30 +0000 Subject: re PR target/37610 (FAIL: g++.dg/eh/pr29166.C execution test) PR target/37610 * configure.ac (gcc_cv_as_cfi_advance_working): Fall back to 'no' if readelf is nowhere to be found. * configure: Regenerate. From-SVN: r142850 --- gcc/configure | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gcc/configure') diff --git a/gcc/configure b/gcc/configure index 09547c9..451c360 100755 --- a/gcc/configure +++ b/gcc/configure @@ -21628,7 +21628,8 @@ echo "$as_me:$LINENO: result: $gcc_cv_as_cfi_advance_working" >&5 echo "${ECHO_T}$gcc_cv_as_cfi_advance_working" >&6 else - gcc_cv_as_cfi_advance_working=yes + # no readelf, err on the side of caution + gcc_cv_as_cfi_advance_working=no fi cat >>confdefs.h <<_ACEOF -- cgit v1.1