setglobal SCRIPT_NAME = 'aout' setglobal OUTPUT_FORMAT = '"a.out-i386'" setglobal TARGET_PAGE_SIZE = '0x1000' setglobal TEXT_START_ADDR = '0' match $(LD_FLAG) { with n|N setglobal TEXT_START_ADDR = '0x1000' } setglobal ARCH = 'i386'