mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-14 09:39:20 -04:00
6 lines
199 B
Bash
6 lines
199 B
Bash
. ${srcdir}/emulparams/armelf_linux_eabi.sh
|
|
. ${srcdir}/emulparams/elf_nacl.sh
|
|
BIG_OUTPUT_FORMAT="elf32-bigarm-nacl"
|
|
LITTLE_OUTPUT_FORMAT="elf32-littlearm-nacl"
|
|
OUTPUT_FORMAT="$LITTLE_OUTPUT_FORMAT"
|