diff options
author | Nick Clifton <nickc@redhat.com> | 2014-04-09 17:12:30 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2014-04-09 17:12:30 +0100 |
commit | edf84efc4eae005d0e543e13cc51a751296e6aad (patch) | |
tree | 5491250c55d989ea2ae3f9e9711b1563ce55e948 /ld/configure | |
parent | 2eec7d5ba1928301955f4da013072c3e2f69f4a0 (diff) | |
download | gdb-edf84efc4eae005d0e543e13cc51a751296e6aad.zip gdb-edf84efc4eae005d0e543e13cc51a751296e6aad.tar.gz 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')
-rwxr-xr-x | ld/configure | 17 |
1 files changed, 2 insertions, 15 deletions
diff --git a/ld/configure b/ld/configure index 30c6a36..b6c3246 100755 --- a/ld/configure +++ b/ld/configure @@ -605,7 +605,6 @@ LIBOBJS TESTBFDLIB EMULATION_LIBPATH LIB_PATH -EMUL_EXTRA_BINARIES EMUL_EXTRA_OFILES EMULATION_OFILES EMUL @@ -12194,7 +12193,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 12197 "configure" +#line 12196 "configure" #include "confdefs.h" #if HAVE_DLFCN_H @@ -12300,7 +12299,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 12303 "configure" +#line 12302 "configure" #include "confdefs.h" #if HAVE_DLFCN_H @@ -16838,7 +16837,6 @@ all_targets= EMUL= all_emuls= all_emul_extras= -all_emul_extra_binaries= all_libpath= rm -f tdirs @@ -16947,14 +16945,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 @@ -16970,17 +16960,14 @@ 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 - EMULATION_LIBPATH=$all_libpath |