setglobal ARCH = 'avr:3' setglobal MACHINE = '' setglobal SCRIPT_NAME = 'avr' setglobal OUTPUT_FORMAT = '"elf32-avr'" setglobal MAXPAGESIZE = '1' setglobal EMBEDDED = 'yes' setglobal TEMPLATE_NAME = 'elf32' setglobal TEXT_LENGTH = '128K' setglobal DATA_ORIGIN = '0x800060' setglobal DATA_LENGTH = '0xffa0' setglobal EXTRA_EM_FILE = 'avrelf'