mirror of
https://github.com/autc04/Retro68.git
synced 2024-12-27 23:31:44 +00:00
5 lines
171 B
Bash
5 lines
171 B
Bash
|
. ${srcdir}/emulparams/elf_i386.sh
|
||
|
. ${srcdir}/emulparams/elf_nacl.sh
|
||
|
OUTPUT_FORMAT="elf32-i386-nacl"
|
||
|
ARCH="i386:nacl" # The :nacl just means one-byte nops for code fill.
|