mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-24 01:33:32 +08:00
ebmon stuff
This commit is contained in:
parent
44e4e473f8
commit
605cd2a3fd
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user