aboutsummaryrefslogtreecommitdiff
path: root/ld/configure.in
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2014-04-09 17:12:30 +0100
committerNick Clifton <nickc@redhat.com>2014-04-09 17:12:30 +0100
commitedf84efc4eae005d0e543e13cc51a751296e6aad (patch)
tree5491250c55d989ea2ae3f9e9711b1563ce55e948 /ld/configure.in
parent2eec7d5ba1928301955f4da013072c3e2f69f4a0 (diff)
downloadfsf-binutils-gdb-edf84efc4eae005d0e543e13cc51a751296e6aad.zip
fsf-binutils-gdb-edf84efc4eae005d0e543e13cc51a751296e6aad.tar.gz
fsf-binutils-gdb-edf84efc4eae005d0e543e13cc51a751296e6aad.tar.bz2
Remove remaining default manifest support.
* Makefile.am (default-manifest.o): Remove rule. (EMUL_EXTRA_BINARIES): Delete. (ALL_EMUL_EXTRA_BINARIES): Delete. (ld_new_DEPENDENCIES): Remove EMUL_EXTRA_BINARIES. (install-data-local): Remove EMUL_EXTRA_BINARIES. * Makefile.in: Regenerate. * configure.in (all_emul_extra_binaries): Delete. (EMUL_EXTRA_BINARIES): Remove. * configure: Regenerate. * configure.tgt (target_extra_binaries): Delete. * emultempl/default-manifest.rc: Delete. * ld.texinfo: Remove discussion of default manifest. * emulparams/i386pe.sh (DEFAULT_MANIFEST): Delete. * emulparams/i386pep.sh (DEFAULT_MANIFEST): Delete.
Diffstat (limited to 'ld/configure.in')
-rw-r--r--ld/configure.in12
1 files changed, 0 insertions, 12 deletions
diff --git a/ld/configure.in b/ld/configure.in
index 1397998..d8607e2 100644
--- a/ld/configure.in
+++ b/ld/configure.in
@@ -275,7 +275,6 @@ all_targets=
EMUL=
all_emuls=
all_emul_extras=
-all_emul_extra_binaries=
all_libpath=
dnl We need to get an arbitrary number of tdir definitions into
@@ -355,14 +354,6 @@ do
esac
done
- for i in $targ_extra_binaries; do
- case " $all_emul_extra_binaries " in
- *" ${i} "*) ;;
- *)
- all_emul_extra_binaries="$all_emul_extra_binaries ${i}"
- ;;
- esac
- done
fi
done
@@ -378,15 +369,12 @@ if test x${all_targets} = xtrue; then
EMULATION_OFILES='$(ALL_EMULATIONS)'
fi
EMUL_EXTRA_OFILES='$(ALL_EMUL_EXTRA_OFILES)'
- EMUL_EXTRA_BINARIES='$(ALL_EMUL_EXTRA_BINARIES)'
else
EMULATION_OFILES=$all_emuls
EMUL_EXTRA_OFILES=$all_emul_extras
- EMUL_EXTRA_BINARIES=$all_emul_extra_binaries
fi
AC_SUBST(EMULATION_OFILES)
AC_SUBST(EMUL_EXTRA_OFILES)
-AC_SUBST(EMUL_EXTRA_BINARIES)
AC_SUBST(LIB_PATH)
EMULATION_LIBPATH=$all_libpath