Change objcopy's --set-section-alignment option to take a byte alignment value rather...
[deliverable/binutils-gdb.git] / binutils / configure.ac
index 71be51e6a6f2c4de59adef1b9765fad841c3d780..b1cd4552f2db68e5166fc8030153f59ef34b5a3b 100644 (file)
@@ -393,35 +393,6 @@ changequote([,])dnl
     fi
 done
 
-
-AC_MSG_CHECKING([for libctf support])
-case "${target}" in
-  *-*-pe | *-*-*vms* | *-*-darwin | *-*-*coff* | *-*-wince | *-*-mingw*)
-    AC_CACHE_VAL(bu_cv_libctf_support, bu_cv_libctf_support=no)
-    ;;
-  *-*-aout | *-*-osf* | *-*-go32 | *-*-macos* | *-*-rhapsody*)
-    AC_CACHE_VAL(bu_cv_libctf_support, bu_cv_libctf_support=no)
-    ;;
-  *-*-netbsdpe | *-*-cygwin* | *-*-pep | *-*-msdos | *-*-winnt)
-    AC_CACHE_VAL(bu_cv_libctf_support, bu_cv_libctf_support=no)
-    ;;
-  ns32k-*-* | pdp11-*-* | *-*-aix* | *-*-netbsdaout)
-    AC_CACHE_VAL(bu_cv_libctf_support, bu_cv_libctf_support=no)
-    ;;
-  *)
-    AC_CACHE_VAL(bu_cv_libctf_support, bu_cv_libctf_support=yes)
-  ;;      
-esac
-AC_MSG_RESULT($bu_cv_libctf_support)
-if test $bu_cv_libctf_support = yes; then
-  AC_DEFINE(HAVE_LIBCTF, 1, [Is libctf available?])
-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=""
@@ -478,7 +449,6 @@ AC_SUBST(BUILD_MISC)
 AC_SUBST(BUILD_INSTALL_MISC)
 AC_SUBST(OBJDUMP_DEFS)
 AC_SUBST(OBJDUMP_PRIVATE_OFILES)
-AC_SUBST(LIBCTF)
 
 AC_DEFINE_UNQUOTED(TARGET, "${target}", [Configured target name.])
 
This page took 0.022701 seconds and 4 git commands to generate.