diff options
author | Jim Blandy <jimb@codesourcery.com> | 2005-01-19 22:04:37 +0000 |
---|---|---|
committer | Jim Blandy <jimb@codesourcery.com> | 2005-01-19 22:04:37 +0000 |
commit | 065a1afc0492b6d06eb1e890c8c27d04dfc42639 (patch) | |
tree | d678b97d8f9be954ee1024bef88ce7e2850f729c /gdb/configure.tgt | |
parent | 1c44323fc0bf1f27b4754ef8e7eba700d0ab89eb (diff) | |
download | gdb-065a1afc0492b6d06eb1e890c8c27d04dfc42639.zip gdb-065a1afc0492b6d06eb1e890c8c27d04dfc42639.tar.gz gdb-065a1afc0492b6d06eb1e890c8c27d04dfc42639.tar.bz2 |
* configure.tgt: Set build_rdi_share to "yes" on those targets
that use that debugging protocol.
Set build_nlm to yes to build NLM stub for Netware targets.
* configure.ac: If build_rdi_share is "yes", then configure the
rdi-share subdirectory.
If build_nlm is "yes", the configure the "nlm" subdirectory.
* configure: Regenerated.
Diffstat (limited to 'gdb/configure.tgt')
-rw-r--r-- | gdb/configure.tgt | 15 |
1 files changed, 3 insertions, 12 deletions
diff --git a/gdb/configure.tgt b/gdb/configure.tgt index 8541c0d..ee43304 100644 --- a/gdb/configure.tgt +++ b/gdb/configure.tgt @@ -56,16 +56,10 @@ arm*-*-netbsd* | arm*-*-knetbsd*-gnu) arm-*-nto*) gdb_target=nto ;; arm*-*-* | thumb*-*-* | strongarm*-*-*) gdb_target=embed - # FIXME: cagney/2005-01-07: The configdirs - # variable doesn't work with autoconf 2.59. - # Disabled. - # configdirs="$configdirs rdi-share" + build_rdi_share=yes ;; xscale-*-*) gdb_target=embed - # FIXME: cagney/2005-01-07: The configdirs - # variable doesn't work with autoconf 2.59. - # Disabled. - # configdirs="$configdirs rdi-share" + build_rdi_share=yes ;; avr-*-*) gdb_target=avr ;; @@ -96,10 +90,7 @@ i[34567]86-*-linux*) gdb_target=linux ;; i[34567]86-*-gnu*) gdb_target=i386gnu ;; i[34567]86-*-netware*) gdb_target=i386 - # FIXME: cagney/2005-01-07: The configdirs - # variable doesn't work with autoconf 2.59. - # Disabled. - # configdirs="${configdirs} nlm" + build_nlm=yes ;; i[34567]86-*-cygwin*) gdb_target=cygwin ;; i[34567]86-*-*) gdb_target=i386 ;; |