mirror of
https://github.com/opnsense/src.git
synced 2026-04-23 07:07:24 -04:00
5 lines
110 B
Bash
5 lines
110 B
Bash
SCRIPT_NAME=aout
|
|
TEXT_START_ADDR=0x1020
|
|
OUTPUT_FORMAT="a.out-sparc-netbsd"
|
|
TARGET_PAGE_SIZE=0x1000
|
|
ARCH=sparc
|