f51ee0a16d
Binutils has a "contrib" subdirectory - thus flattening cannot happen without renaming the upper level contrib directory in a first pass. Also, don't record this move and remove any keyword expansion.
7 lines
144 B
Bash
7 lines
144 B
Bash
SCRIPT_NAME=aout
|
|
TEXT_START_ADDR=0x1020
|
|
OUTPUT_FORMAT="a.out-i386-netbsd"
|
|
TARGET_PAGE_SIZE=0x1000
|
|
ARCH=i386
|
|
EXECUTABLE_SYMBOLS='__DYNAMIC = 0;'
|