Makefile.in: Removed some '#''s that caused an extraneous include of
authorSean Eric Fagan <sef@cygnus>
Mon, 10 Feb 1992 23:58:50 +0000 (23:58 +0000)
committerSean Eric Fagan <sef@cygnus>
Mon, 10 Feb 1992 23:58:50 +0000 (23:58 +0000)
the host/site/target files.
configure.in:  Added support for hosting on an Apollo Series 400, and
targeting on an OS/68k machine.

gdb/configure.in

index e906434e3474f4d75212d24265135252f713cfb7..098ceb0dc1975ae563c90bf3443f8652e260f5c4 100644 (file)
@@ -11,6 +11,11 @@ case "${host_cpu}" in
 
 m68k)
        case "${host_vendor}" in
+       apollo*)
+               case "${host_os}" in
+               sysv*)  gdb_host=apollo68v ;;
+               esac
+               ;;
        att)    gdb_host=3b1 ;;
        altos)
                case "${host_os}" in
@@ -189,6 +194,9 @@ m68k)
        isi)    gdb_target=isi ;;
        sony)   gdb_target=news ;;
        esac
+       case "${target_os}" in
+       os68k)  gdb_target=os68k ;;
+       esac
        ;;
 
 m68000)