opnsense-src/contrib/binutils/ld/emulparams/mipsbsd.sh
David E. O'Brien f51ee0a16d Rename vendor/binutils/*/contrib to vendor/binutils/*/x
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.
2009-01-19 17:25:17 +00:00

7 lines
185 B
Bash

SCRIPT_NAME=mipsbsd
OUTPUT_FORMAT="a.out-mips-little"
BIG_OUTPUT_FORMAT="a.out-mips-big"
LITTLE_OUTPUT_FORMAT="a.out-mips-little"
TEXT_START_ADDR=0x1020
TARGET_PAGE_SIZE=4096
ARCH=mips