mirror of
https://review.haiku-os.org/buildtools
synced 2025-02-07 22:44:46 +01:00
5 lines
184 B
Bash
5 lines
184 B
Bash
. ${srcdir}/emulparams/elf32_x86_64.sh
|
|
. ${srcdir}/emulparams/elf_nacl.sh
|
|
OUTPUT_FORMAT="elf32-x86-64-nacl"
|
|
ARCH="i386:x64-32:nacl" # The :nacl just means one-byte nops for code fill.
|