diff options
author | Andrew Cagney <cagney@redhat.com> | 2005-01-07 16:22:33 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2005-01-07 16:22:33 +0000 |
commit | e14ecb8f10c0666ccc696cd5c3420a8d5b492ac9 (patch) | |
tree | 90cd3c0313358282bac324c6d8338a23bc0e301d /gdb/configure.tgt | |
parent | 3ace7edba44f19d891fb88168326d5d2954c6896 (diff) | |
download | gdb-e14ecb8f10c0666ccc696cd5c3420a8d5b492ac9.zip gdb-e14ecb8f10c0666ccc696cd5c3420a8d5b492ac9.tar.gz gdb-e14ecb8f10c0666ccc696cd5c3420a8d5b492ac9.tar.bz2 |
Index: ChangeLog
2005-01-07 Andrew Cagney <cagney@gnu.org>
* configure.tgt: Disable arm*-*-*, thumb*-*-*, strongarm*-*-*,
xscale-*-* and i[34567]86-*-netware* code adding rdi-share or nlm
to configdirs.
Diffstat (limited to 'gdb/configure.tgt')
-rw-r--r-- | gdb/configure.tgt | 18 |
1 files changed, 13 insertions, 5 deletions
diff --git a/gdb/configure.tgt b/gdb/configure.tgt index da12d22..8541c0d 100644 --- a/gdb/configure.tgt +++ b/gdb/configure.tgt @@ -5,8 +5,6 @@ # gdb_target_cpu generic name of CPU # gdb_target name of GDB target definition to use -# This file may also modify configdirs. - # Map target cpu into the config cpu subdirectory name. # The default is $target_cpu. @@ -58,10 +56,16 @@ arm*-*-netbsd* | arm*-*-knetbsd*-gnu) arm-*-nto*) gdb_target=nto ;; arm*-*-* | thumb*-*-* | strongarm*-*-*) gdb_target=embed - configdirs="$configdirs rdi-share" + # FIXME: cagney/2005-01-07: The configdirs + # variable doesn't work with autoconf 2.59. + # Disabled. + # configdirs="$configdirs rdi-share" ;; xscale-*-*) gdb_target=embed - configdirs="$configdirs rdi-share" + # FIXME: cagney/2005-01-07: The configdirs + # variable doesn't work with autoconf 2.59. + # Disabled. + # configdirs="$configdirs rdi-share" ;; avr-*-*) gdb_target=avr ;; @@ -92,7 +96,11 @@ i[34567]86-*-linux*) gdb_target=linux ;; i[34567]86-*-gnu*) gdb_target=i386gnu ;; i[34567]86-*-netware*) gdb_target=i386 - configdirs="${configdirs} nlm" ;; + # FIXME: cagney/2005-01-07: The configdirs + # variable doesn't work with autoconf 2.59. + # Disabled. + # configdirs="${configdirs} nlm" + ;; i[34567]86-*-cygwin*) gdb_target=cygwin ;; i[34567]86-*-*) gdb_target=i386 ;; |