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.
This commit is contained in:
parent
3ace7edba4
commit
e14ecb8f10
2 changed files with 17 additions and 5 deletions
|
@ -1,5 +1,9 @@
|
||||||
2005-01-07 Andrew Cagney <cagney@gnu.org>
|
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.
|
||||||
|
|
||||||
* configure.in: Replace configdirs with multiple references to
|
* configure.in: Replace configdirs with multiple references to
|
||||||
AC_CONFIG_SUBDIRS.
|
AC_CONFIG_SUBDIRS.
|
||||||
* configure: Re-generate.
|
* configure: Re-generate.
|
||||||
|
|
|
@ -5,8 +5,6 @@
|
||||||
# gdb_target_cpu generic name of CPU
|
# gdb_target_cpu generic name of CPU
|
||||||
# gdb_target name of GDB target definition to use
|
# gdb_target name of GDB target definition to use
|
||||||
|
|
||||||
# This file may also modify configdirs.
|
|
||||||
|
|
||||||
# Map target cpu into the config cpu subdirectory name.
|
# Map target cpu into the config cpu subdirectory name.
|
||||||
# The default is $target_cpu.
|
# The default is $target_cpu.
|
||||||
|
|
||||||
|
@ -58,10 +56,16 @@ arm*-*-netbsd* | arm*-*-knetbsd*-gnu)
|
||||||
arm-*-nto*) gdb_target=nto ;;
|
arm-*-nto*) gdb_target=nto ;;
|
||||||
arm*-*-* | thumb*-*-* | strongarm*-*-*)
|
arm*-*-* | thumb*-*-* | strongarm*-*-*)
|
||||||
gdb_target=embed
|
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
|
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 ;;
|
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-*-gnu*) gdb_target=i386gnu ;;
|
||||||
i[34567]86-*-netware*) gdb_target=i386
|
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-*-cygwin*) gdb_target=cygwin ;;
|
||||||
i[34567]86-*-*) gdb_target=i386 ;;
|
i[34567]86-*-*) gdb_target=i386 ;;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue