* configure.in: Use i386m3.mh and i386m3.mt as names of host and
target files, not non-existent mach3.mh and mach3.mt.
This commit is contained in:
parent
61172a5a39
commit
3563094ddc
2 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
Tue Jun 28 14:17:03 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
|
||||
|
||||
* configure.in: Use i386m3.mh and i386m3.mt as names of host and
|
||||
target files, not non-existent mach3.mh and mach3.mt.
|
||||
|
||||
Wed Jun 29 00:26:17 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
|
||||
|
||||
* dbxread.c (dbx_symfile_read): Unconditionally add dynamic
|
||||
|
|
|
@ -53,7 +53,7 @@ i[34]86-*-netbsd*) gdb_host=i386bsd ;;
|
|||
i[34]86-*-go32*) gdb_host=go32 ;;
|
||||
i[34]86-*-linux*) gdb_host=linux ;;
|
||||
i[34]86-*-lynxos*) gdb_host=i386lynx ;;
|
||||
i[34]86-*-mach3*) gdb_host=mach3 ;;
|
||||
i[34]86-*-mach3*) gdb_host=i386m3 ;;
|
||||
i[34]86-*-mach*) gdb_host=i386mach ;;
|
||||
i[34]86-*-osf1mk*) gdb_host=osf1mk ;;
|
||||
i[34]86-*-sco3.2v4*) gdb_host=i386sco4 ;;
|
||||
|
@ -221,7 +221,7 @@ i[34]86-*-sco*) gdb_target=i386v ;;
|
|||
i[34]86-*-sysv*) gdb_target=i386v ;;
|
||||
i[34]86-*-linux*) gdb_target=linux ;;
|
||||
i[34]86-*-isc*) gdb_target=i386v ;;
|
||||
i[34]86-*-mach3*) gdb_target=mach3 ;;
|
||||
i[34]86-*-mach3*) gdb_target=i386m3 ;;
|
||||
i[34]86-*-mach*) gdb_target=i386mach ;;
|
||||
i[34]86-*-netware*) gdb_target=i386nw ;;
|
||||
i[34]86-*-osf1mk*) gdb_target=i386mk ;;
|
||||
|
|
Loading…
Reference in a new issue