mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-24 04:00:07 +08:00
ebmon stuff
This commit is contained in:
@ -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"
|
||||
|
Reference in New Issue
Block a user