mirror of
https://github.com/opnsense/src.git
synced 2026-02-13 15:57:05 -05:00
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
154 B
Bash
7 lines
154 B
Bash
SCRIPT_NAME=aout
|
|
OUTPUT_FORMAT="a.out-i386-linux"
|
|
TARGET_PAGE_SIZE=0x1000
|
|
TEXT_START_ADDR=0x1020
|
|
NONPAGED_TEXT_START_ADDR=0
|
|
ARCH=i386
|
|
TEMPLATE_NAME=linux
|