* configure.in: Use i386m3.mh and i386m3.mt as names of host and
authorJean Marie Diaz <ambar@cygnus>
Wed, 29 Jun 1994 13:15:51 +0000 (13:15 +0000)
committerJean Marie Diaz <ambar@cygnus>
Wed, 29 Jun 1994 13:15:51 +0000 (13:15 +0000)
target files, not non-existent mach3.mh and mach3.mt.

gdb/ChangeLog
gdb/configure.in

index c6996d0e24d1f610c823453964e1284c8fb74eb7..37c0cb514fb5f78d496398e336793860e98d9028 100644 (file)
@@ -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
index f46853863892b3105a37674e68bc7330a50f54cc..3632d30db7a90225c9e500a15510196530191064 100644 (file)
@@ -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 ;;
This page took 0.027942 seconds and 4 git commands to generate.