Remove -gas variants; GDB doesn't care. Cross-check with config/*.mh
authorJohn Gilmore <gnu@cygnus>
Fri, 28 Aug 1992 02:00:26 +0000 (02:00 +0000)
committerJohn Gilmore <gnu@cygnus>
Fri, 28 Aug 1992 02:00:26 +0000 (02:00 +0000)
to make sure all .mh files are represented and vice verse.

gdb/ChangeLog
gdb/configure.in

index c8267b866a2094856e5614690295622262a34765..b3bb761114735a00507ffccc00eeb27859155cf5 100644 (file)
@@ -2,7 +2,8 @@ Wed Aug 26 21:10:52 1992  John Gilmore  (gnu@cygnus.com)
 
        * configure.in (host configurations):  Reformat nested cases into
        easy-to-maintain table.
-       (altos-*-gas):  Use -gas flag instead of OS "gas".
+       (m68k-altos-*, i386v*):  We don't care whether coff encap is used.
+       config/{altosgas.mh, i386v-g.mh, i386v32-g.mh}:  Remove.
 
 Wed Aug 26 16:02:01 1992  Fred Fish  (fnf@cygnus.com)
 
index 4ca1fe28797efca0f04c9f45e66643c57b0323e7..cf56439795e3e97f7f0e664308ffe95c35d57cb5 100644 (file)
@@ -18,13 +18,12 @@ c[12]-*-*)          gdb_host=convex ;;
 hppa*-hp-hpux)         gdb_host=hppahpux ;;
 hppa*-hp-bsd)          gdb_host=hppabsd ;;
 
-i[34]86-sun-*)         gdb_host=sun386 ;;
-i[34]86-sco-*)         gdb_host=i386sco ;;
 i[34]86-sequent-*)     gdb_host=symmetry ;;
 i[34]86-ncr-*)         gdb_host=ncr3000 ;;
 
 i[34]86-*-go32)                gdb_host=go32 ;;
 i[34]86-*-sysv32)      gdb_host=i386v32 ;;
+i[34]86-*-sunos*)      gdb_host=sun386 ;;
 i[34]86-*-sysv4*)      gdb_host=i386v4 ;;
 i[34]86-*-sysv*)       gdb_host=i386v ;;
 i[34]86-*-scosysv*)    gdb_host=i386sco ;;
@@ -37,10 +36,7 @@ m68k-apollo*-sysv*)  gdb_host=apollo68v ;;
 
 m68k-att-*)            gdb_host=3b1 ;;
 
-m68k-altos-*)          case "$gas" in
-                       yes)    gdb_host=altosgas ;;
-                       *)      gdb_host=altos ;;       
-                       esac ;;
+m68k-altos-*)          gdb_host=altos ;;
 
 m68k-cbm-sysv4*)       gdb_host=amix ;;
 
@@ -119,7 +115,7 @@ m68k)
        altos)  gdb_target=altos ;;
        cbm)
                case ${target_os} in
-               amigados)       gdb_host=amigados ;;
+               amigados)       gdb_target=amigados ;;
                sysv4*)         gdb_target=amix ;;
                esac
                ;;