Moved in from p3:
[deliverable/binutils-gdb.git] / gas / configure.in
index dc94cc9345ecc5e6e505e30cd9802bc2dda21c19..b92296de40ec867174a418283115f7824c3c0ceb 100644 (file)
@@ -133,7 +133,7 @@ coff* | sysv*)
 vxworks)
        case ${target_cpu} in
        i960) obj_format=bout ;;
-       m68k|m680[01234]0)
+       m68k|m680[01234]0|m683?2)
                obj_format=aout
                emulation=sun3
                ;;
@@ -144,6 +144,9 @@ OSE)
        obj_format=aout
        emulation=sun3
        ;;
+aout)
+       obj_format=aout
+       ;;
 *)
        case ${target_vendor} in
        aout) obj_format=aout ;;
@@ -171,6 +174,7 @@ esac
 case ${target_cpu} in
 sparclite) cpu_type=sparc ;;
 m680[01234]0) cpu_type=m68k ;;
+m683?2) cpu_type=m68k ;;
 esac
 
 # and target makefile frag
This page took 0.022904 seconds and 4 git commands to generate.