ebmon stuff

This commit is contained in:
Steve Chamberlain 1991-10-21 19:53:31 +00:00
parent 44e4e473f8
commit 605cd2a3fd

View 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"