Support aout and coff, as well as none, as "OS" settings for remote 29K GDB.
authorJohn Gilmore <gnu@cygnus>
Fri, 13 Sep 1991 06:38:44 +0000 (06:38 +0000)
committerJohn Gilmore <gnu@cygnus>
Fri, 13 Sep 1991 06:38:44 +0000 (06:38 +0000)
gdb/configure.in

index 9278fbfc97a9c04acc811165ac290c6c0aa3a654..3272575bb3762cb621aae85d324c4751081204ef 100644 (file)
@@ -167,7 +167,7 @@ none | arm | tahoe | vax | np1 | pn | np1 | pn | pyramid | merlin | m88k)
 
 a29k)
        case "${target_os}" in
-       none)   gdb_target=a29k ;;
+       none|aout|coff) gdb_target=a29k ;;
        sym1)   gdb_target=ultra3 ;;
        kern)   gdb_target=a29k-kern ;;
        esac
This page took 0.023922 seconds and 4 git commands to generate.