setglobal SCRIPT_NAME = 'aout' setglobal OUTPUT_FORMAT = '"a.out-sunos-big'" setglobal BIG_OUTPUT_FORMAT = '"a.out-sunos-big'" setglobal LITTLE_OUTPUT_FORMAT = '"a.out-sparc-little'" setglobal TEXT_START_ADDR = '0x2020' match $(LD_FLAG) { with n|N setglobal TEXT_START_ADDR = '0x2000' } setglobal TARGET_PAGE_SIZE = '0x2000' setglobal ARCH = 'sparc'