Add support for StrongARM host/target.

This commit is contained in:
Nick Clifton 1999-02-08 17:07:07 +00:00
parent 2a5e06a2db
commit 5510d6a1c7
3 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,8 @@
1999-02-08 Nick Clifton <nickc@cygnus.com>
* configure.host: Add support for StrongARM host.
* configure.tgt: Add support for StrongARM target.
Mon Feb 8 12:05:05 1999 David Taylor <taylor@texas.cygnus.com>
* dsrec.c (make_srec): cast targ_addr to int in call to sprintf

View File

@ -150,6 +150,8 @@ sparc-*-sunos5*) gdb_host=sun4sol2 ;;
sparc-*-*) gdb_host=sun4os4 ;;
sparc64-*-*) gdb_host=sun4sol2 ;;
strongarm-*-*) gdb_host=arm ;;
tahoe-*-*) gdb_host=tahoe ;;
vax-*-bsd*) gdb_host=vaxbsd ;;

View File

@ -25,6 +25,7 @@ pn) gdb_target_cpu=gould ;;
pyramid) gdb_target_cpu=pyr ;;
sparc*) gdb_target_cpu=sparc ;;
thumb*) gdb_target_cpu=arm ;;
strongarm*) gdb_target_cpu=arm ;;
v850*) gdb_target_cpu=v850 ;;
*) gdb_target_cpu=$target_cpu ;;
@ -49,7 +50,7 @@ alpha*-*-linux*) gdb_target=alpha-linux ;;
arc-*-*) gdb_target=arc ;;
arm-*-* | thumb-*-*) gdb_target=arm
arm-*-* | thumb-*-* | strongarm-*-*) gdb_target=arm
# rdi doesn't work for wingdb yet
case $gdb_host in