setglobal SCRIPT_NAME = 'arclinux' setglobal OUTPUT_FORMAT = '"elf32-bigarc'" setglobal LITTLE_OUTPUT_FORMAT = '"elf32-littlearc'" setglobal BIG_OUTPUT_FORMAT = '"elf32-bigarc'" setglobal TEXT_START_ADDR = '0x10000' setglobal MAXPAGESIZE = '0x2000' setglobal COMMONPAGESIZE = '0x2000' setglobal NONPAGED_TEXT_START_ADDR = '0x10000' setglobal ARCH = 'arc' setglobal MACHINE = '' setglobal ENTRY = '__start' setglobal TEMPLATE_NAME = 'arclinux' setglobal TEMPLATE_NAME = 'elf32' setglobal EXTRA_EM_FILE = 'arclinux' setglobal GENERATE_SHLIB_SCRIPT = 'yes' setglobal SDATA_START_SYMBOLS = ''__SDATA_BEGIN__ = .;'' setglobal OTHER_READONLY_SECTIONS = "" .__arc_profile_desc $(RELOCATING-0) : { *(.__arc_profile_desc) } .__arc_profile_forward $(RELOCATING-0) : { *(.__arc_profile_forward) } "" setglobal OTHER_BSS_SECTIONS = "" .__arc_profile_counters $(RELOCATING-0) : { *(.__arc_profile_counters) } ""