Use target i386-aout for i386-*-aout. This just provides a default
authorIan Lance Taylor <ian@airs.com>
Fri, 2 Oct 1992 18:48:41 +0000 (18:48 +0000)
committerIan Lance Taylor <ian@airs.com>
Fri, 2 Oct 1992 18:48:41 +0000 (18:48 +0000)
emulation mode (of 1386aout).

ld/configure.in

index 35cc5e23085077a9689d8b4171ffb947ad5842b4..de0638262a54da75006210ca6412f135cd0311be 100644 (file)
@@ -31,7 +31,7 @@ case "${host}" in
                        ;;
   m68k-cbm-svr4)       my_host=amix
                        ;;
-  m68k-hp-hpux)                my_host=hp9000    # FIXME this should 9000/xxx
+  m68k-hp-hpux)                my_host=hp300    
                        ;;
   m68k-hp-bsd)         my_host=hp300bsd
                        ;;
@@ -119,6 +119,8 @@ case "${target}" in
                        ;;
   i386-*-coff)          my_target=i386-coff
                        ;;
+  i386-*-aout)         my_target=i386-aout
+                       ;;
   m88k-*-*)            my_target=m88k-bcs
                        ;;
   a29k-*-udi)          my_target=sa29200
@@ -142,6 +144,8 @@ case "${target}" in
   m68*-*-*)            echo '***' "Unknown m68k target vendor for ld:" ${target_vendor} 1>&2
                        exit 1
                        ;;
+  z8k-*sim)            my_target=z8ksim
+                       ;;
   *-*-aout)            my_target=${target_cpu}-${target_vendor} 
                        ;;
   *-*-coff)            my_target=${target_cpu}-${target_vendor}