Revert patch that disables building libctf for non-ELF based targets.
[deliverable/binutils-gdb.git] / binutils / configure
index a653a714881729c591055f794d9de035fc82520d..17cca12070f5a8622de7d07bf7293e0a309025d9 100755 (executable)
@@ -636,7 +636,6 @@ LTLIBOBJS
 LIBOBJS
 EMULATION_VECTOR
 EMULATION
-LIBCTF
 OBJDUMP_PRIVATE_OFILES
 OBJDUMP_DEFS
 BUILD_INSTALL_MISC
@@ -11524,7 +11523,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 11527 "configure"
+#line 11526 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
@@ -11630,7 +11629,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 11633 "configure"
+#line 11632 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
     fi
 done
 
-
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for libctf support" >&5
-$as_echo_n "checking for libctf support... " >&6; }
-case "${target}" in
-  *-*-pe | *-*-*vms* | *-*-darwin | *-*-*coff* | *-*-wince | *-*-mingw*)
-    if ${bu_cv_libctf_support+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  bu_cv_libctf_support=no
-fi
-
-    ;;
-  *-*-aout | *-*-osf* | *-*-go32 | *-*-macos* | *-*-rhapsody*)
-    if ${bu_cv_libctf_support+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  bu_cv_libctf_support=no
-fi
-
-    ;;
-  *-*-netbsdpe | *-*-cygwin* | *-*-pep | *-*-msdos | *-*-winnt)
-    if ${bu_cv_libctf_support+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  bu_cv_libctf_support=no
-fi
-
-    ;;
-  ns32k-*-* | pdp11-*-* | *-*-aix* | *-*-netbsdaout)
-    if ${bu_cv_libctf_support+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  bu_cv_libctf_support=no
-fi
-
-    ;;
-  *)
-    if ${bu_cv_libctf_support+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  bu_cv_libctf_support=yes
-fi
-
-  ;;
-esac
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $bu_cv_libctf_support" >&5
-$as_echo "$bu_cv_libctf_support" >&6; }
-if test $bu_cv_libctf_support = yes; then
-
-$as_echo "#define HAVE_LIBCTF 1" >>confdefs.h
-
-fi
-LIBCTF=
-if test $bu_cv_libctf_support = yes; then
-  LIBCTF=../libctf/libctf.a
-fi
-
-
 # Uniq objdump private vector, build objdump target ofiles.
 od_files=
 f=""
@@ -15199,7 +15140,6 @@ OBJDUMP_DEFS="${OBJDUMP_DEFS} -DOBJDUMP_PRIVATE_VECTORS=\"${OBJDUMP_PRIVATE_VECT
 
 
 
-
 cat >>confdefs.h <<_ACEOF
 #define TARGET "${target}"
 _ACEOF
This page took 0.027217 seconds and 4 git commands to generate.