diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2011-03-24 17:47:30 +0000 |
---|---|---|
committer | Paolo Bonzini <bonzini@gcc.gnu.org> | 2011-03-24 17:47:30 +0000 |
commit | 50e373331f436e2e39ca86262662a9d3ac7f3c67 (patch) | |
tree | 59d192bd919f88f3e46ecc650e35dad0a02d0f0c /Makefile.tpl | |
parent | 7d77a76835e01112b683da4bebee098932ff5f3d (diff) | |
download | gcc-50e373331f436e2e39ca86262662a9d3ac7f3c67.tar.gz |
configure.ac: Remove references to mt-mep, mt-netware, mt-wince.
2011-03-24 Paolo Bonzini <pbonzini@redhat.com>
* configure.ac: Remove references to mt-mep, mt-netware,
mt-wince.
* Makefile.def: Add all-utils soft dependencies.
* Makefile.tpl: Remove GDB_NLM_DEPS.
* configure: Regenerate.
* Makefile.in: Regenerate.
config:
2011-03-24 Paolo Bonzini <pbonzini@redhat.com>
* mt-mep: Remove, obsolete.
* mt-netware: Remove, obsolete.
* mt-wince: Remove, obsolete.
* mt-v810: Remove, unused.
From-SVN: r171422
Diffstat (limited to 'Makefile.tpl')
-rw-r--r-- | Makefile.tpl | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile.tpl b/Makefile.tpl index 915d726bb32..09ac8639c55 100644 --- a/Makefile.tpl +++ b/Makefile.tpl @@ -103,8 +103,6 @@ TOPLEVEL_CONFIGURE_ARGUMENTS=@TOPLEVEL_CONFIGURE_ARGUMENTS@ tooldir = @tooldir@ build_tooldir = @build_tooldir@ -GDB_NLM_DEPS = - # This is the name of the environment variable used for the path to # the libraries. RPATH_ENVVAR = @RPATH_ENVVAR@ |