OS Specific Toolchain: Difference between revisions

[unchecked revision][unchecked revision]
Content deleted Content added
m typo correction
Line 26:
i[3-7]86-*-myos*)
targ_defvec=bfd_elf32_i386_vec
targ_selvecs=i386_coff_veci386coff_vec
;;
If you like, you could support different object formats (look at other entries in the list, and the contents of 'bfd' for hints) and also provide more than one to the 'targ_selvecs' line. The example here lets you deal with coff object files, but defaults to elf for object files and executables (similar to the i586-elf [[GCC Cross-Compiler]]).