Add support for msp430.
This commit is contained in:
parent
3f8173588e
commit
2469cfa284
92 changed files with 5837 additions and 611 deletions
|
@ -807,6 +807,10 @@ case "${targ}" in
|
|||
targ_defvec=bfd_elf32_mn10300_vec
|
||||
;;
|
||||
|
||||
msp430-*-*)
|
||||
targ_defvec=bfd_elf32_msp430_vec
|
||||
;;
|
||||
|
||||
ns32k-pc532-mach* | ns32k-pc532-ux*)
|
||||
targ_defvec=pc532machaout_vec
|
||||
targ_underscore=yes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue