ebmon stuff
authorSteve Chamberlain <steve@cygnus>
Mon, 21 Oct 1991 19:53:31 +0000 (19:53 +0000)
committerSteve Chamberlain <steve@cygnus>
Mon, 21 Oct 1991 19:53:31 +0000 (19:53 +0000)
gas/configure.in

index e2cb397935b83d40fc6c2532952940896db51c28..118b1f0320ac9ee7f625280e6f5ff99bcfc28351 100644 (file)
@@ -45,10 +45,15 @@ cpu_type=${target_cpu}
 
 # assign object format
 case ${target_os} in
-sysv* | -coff* | ebmon )
+sysv* | -coff*  )
        obj_format=coff
        ;;
 
+ebmon)
+       obj_format=coff
+       need_bfd="$(unsubdir)/../bfd$(subdir)/libbfd.a"
+       target_cpu=ebmon29k
+       ;;
 hds)
        obj_format=ieee
        need_bfd="$(unsubdir)/../bfd$(subdir)/libbfd.a"