diff options
Diffstat (limited to 'gcc/configure')
-rwxr-xr-x | gcc/configure | 3 |
1 files changed, 2 insertions, 1 deletions
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 |