diff options
Diffstat (limited to 'gcc/configure')
-rwxr-xr-x | gcc/configure | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/gcc/configure b/gcc/configure index 258b17a..22eb345 100755 --- a/gcc/configure +++ b/gcc/configure @@ -8085,12 +8085,20 @@ fi if test "${enable_gcov+set}" = set; then : enableval=$enable_gcov; else - enable_gcov=yes + case $target in + bpf-*-*) + enable_gcov=no + ;; + *) + enable_gcov=yes + ;; + esac fi + # Check whether --with-specs was given. if test "${with_specs+set}" = set; then : withval=$with_specs; CONFIGURE_SPECS=$withval @@ -19659,7 +19667,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 19662 "configure" +#line 19670 "configure" #include "confdefs.h" #if HAVE_DLFCN_H @@ -19765,7 +19773,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 19768 "configure" +#line 19776 "configure" #include "confdefs.h" #if HAVE_DLFCN_H |