1OUTPUT_FORMAT("elf32-m68k", "elf32-m68k", 2 "elf32-m68k") 3OUTPUT_ARCH(m68k) 4ENTRY(_start) 5 6SECTIONS { 7 8 .text : {_start = .; *(.text)} 9} 10