mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-25 04:39:24 +08:00
ebmon stuff
This commit is contained in:
@ -45,10 +45,15 @@ cpu_type=${target_cpu}
|
|||||||
|
|
||||||
# assign object format
|
# assign object format
|
||||||
case ${target_os} in
|
case ${target_os} in
|
||||||
sysv* | -coff* | ebmon )
|
sysv* | -coff* )
|
||||||
obj_format=coff
|
obj_format=coff
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
ebmon)
|
||||||
|
obj_format=coff
|
||||||
|
need_bfd="$(unsubdir)/../bfd$(subdir)/libbfd.a"
|
||||||
|
target_cpu=ebmon29k
|
||||||
|
;;
|
||||||
hds)
|
hds)
|
||||||
obj_format=ieee
|
obj_format=ieee
|
||||||
need_bfd="$(unsubdir)/../bfd$(subdir)/libbfd.a"
|
need_bfd="$(unsubdir)/../bfd$(subdir)/libbfd.a"
|
||||||
|
Reference in New Issue
Block a user