mirror of
https://github.com/opnsense/src.git
synced 2026-04-04 17:05:14 -04: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.
6 lines
161 B
Bash
6 lines
161 B
Bash
SCRIPT_NAME=mips
|
|
OUTPUT_FORMAT="ecoff-littlemips"
|
|
BIG_OUTPUT_FORMAT="ecoff-bigmips"
|
|
LITTLE_OUTPUT_FORMAT="ecoff-littlemips"
|
|
TARGET_PAGE_SIZE=0x1000000
|
|
ARCH=mips
|