mirror of
https://github.com/opnsense/src.git
synced 2026-04-26 08:37:50 -04:00
ELF, not a.out. But all the other tools support both. I'm not so sure about the assembler -- it might need more work.
6 lines
145 B
Bash
6 lines
145 B
Bash
SCRIPT_NAME=aout
|
|
TEXT_START_ADDR=0x1020
|
|
OUTPUT_FORMAT="a.out-i386-freebsd"
|
|
TARGET_PAGE_SIZE=0x1000
|
|
ARCH=i386
|
|
EXECUTABLE_SYMBOLS='__DYNAMIC = 0;'
|