Rev 530 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed
OUTPUT_FORMAT("elf32-littlearm", "elf32-bigarm","elf32-littlearm")OUTPUT_ARCH(arm)ENTRY(_start)SECTIONS{. = 0x22000050;.text :{*(.text)}}