mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-19 18:46:30 +00: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.
|