diff options
author | Paolo Bonzini <bonzini@gnu.org> | 2011-03-24 17:50:32 +0000 |
---|---|---|
committer | Paolo Bonzini <bonzini@gnu.org> | 2011-03-24 17:50:32 +0000 |
commit | 28d9b232b037c7d060b8a29309383eb813db55bf (patch) | |
tree | fe424571412181004c541cb3a474320262c2ca70 /config/mt-mep | |
parent | dbbe5f9573a0646a9371db4105aaee6c5236f648 (diff) | |
download | gdb-28d9b232b037c7d060b8a29309383eb813db55bf.zip gdb-28d9b232b037c7d060b8a29309383eb813db55bf.tar.gz gdb-28d9b232b037c7d060b8a29309383eb813db55bf.tar.bz2 |
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.
Diffstat (limited to 'config/mt-mep')
-rw-r--r-- | config/mt-mep | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/config/mt-mep b/config/mt-mep deleted file mode 100644 index 849d128..0000000 --- a/config/mt-mep +++ /dev/null @@ -1,8 +0,0 @@ - -EXTRA_TARGET_HOST_ALL_MODULES:=$(EXTRA_TARGET_HOST_ALL_MODULES) all-utils -EXTRA_TARGET_HOST_INSTALL_MODULES:=$(EXTRA_TARGET_HOST_INSTALL_MODULES) install-utils - -all-utils : all-libiberty - -install-utils : all-libiberty - |