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 /configure.ac | |
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 'configure.ac')
-rw-r--r-- | configure.ac | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/configure.ac b/configure.ac index 78abc7c..30bfda6 100644 --- a/configure.ac +++ b/configure.ac @@ -2233,9 +2233,6 @@ extra_nmflags_for_target= extra_ranlibflags_for_target= target_makefile_frag=/dev/null case "${target}" in - mep*-*-*) - target_makefile_frag="config/mt-mep" - ;; spu-*-*) target_makefile_frag="config/mt-spu" ;; @@ -2248,9 +2245,6 @@ case "${target}" in mips*-*-*linux* | mips*-*-gnu*) target_makefile_frag="config/mt-mips-gnu" ;; - *-*-netware*) - target_makefile_frag="config/mt-netware" - ;; *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu) target_makefile_frag="config/mt-gnu" ;; @@ -2265,9 +2259,6 @@ case "${target}" in # ranlib before Darwin10 requires the -c flag to look at common symbols. extra_ranlibflags_for_target=" -c" ;; - mips*-*-pe | sh*-*-pe | *arm-wince-pe) - target_makefile_frag="config/mt-wince" - ;; esac alphaieee_frag=/dev/null |