mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-19 18:46:30 +00:00
5 lines
182 B
Bash
5 lines
182 B
Bash
|
. ${srcdir}/emulparams/elf_x86_64.sh
|
||
|
. ${srcdir}/emulparams/elf_nacl.sh
|
||
|
OUTPUT_FORMAT="elf64-x86-64-nacl"
|
||
|
ARCH="i386:x86-64:nacl" # The :nacl just means one-byte nops for code fill.
|