setglobal SCRIPT_NAME = 'elf' setglobal MACHINE = '' setglobal TEMPLATE_NAME = 'elf32' setglobal OUTPUT_FORMAT = '"elf32-or1k'" setglobal NOP = '0x15000000' setglobal TEXT_START_ADDR = '0x0000' setglobal TARGET_PAGE_SIZE = '0x2000' setglobal MAXPAGESIZE = '"CONSTANT (MAXPAGESIZE)'" setglobal EMBEDDED = 'yes' setglobal ARCH = 'or1k' setglobal ELFSIZE = '32' setglobal INITIAL_READONLY_SECTIONS = "".vectors $(RELOCATING-0) : { KEEP (*(.vectors)) }"" setglobal NO_REL_RELOCS = 'yes' setglobal COMMONPAGESIZE = '"CONSTANT (COMMONPAGESIZE)'"