Sun Mar 2 15:16:13 1998 Richard Henderson <rth@cygnus.com>

* configure.host, configure.tgt: Add sparc-linux.
        * sparc-nat.c: Include <asm/reg.h> not <machine/reg.h> for Linux.
        * config/sparc/*linux*: New files.
This commit is contained in:
Jason Molenda
1998-03-02 23:17:31 +00:00
parent 0471756934
commit 6cc922a988
6 changed files with 89 additions and 0 deletions

View File

@ -144,6 +144,7 @@ rs6000-*-lynxos*) gdb_host=rs6000lynx ;;
rs6000-*-aix4*) gdb_host=aix4 ;;
rs6000-*-*) gdb_host=rs6000 ;;
sparc-*-linux*) gdb_host=linux ;;
sparc-*-lynxos*) gdb_host=sparclynx ;;
sparc-*-netbsd*) gdb_host=nbsd ;;
sparc-*-solaris2*) gdb_host=sun4sol2 ;;