mirror of
https://review.haiku-os.org/buildtools
synced 2025-01-18 20:38:39 +01:00
7 lines
205 B
Bash
7 lines
205 B
Bash
|
. ${srcdir}/emulparams/armelf.sh
|
||
|
OUTPUT_FORMAT="elf32-littlearm-vxworks"
|
||
|
BIG_OUTPUT_FORMAT="elf32-bigarm-vxworks"
|
||
|
LITTLE_OUTPUT_FORMAT="$OUTPUT_FORMAT"
|
||
|
MAXPAGESIZE=0x1000
|
||
|
. ${srcdir}/emulparams/vxworks.sh
|