mirror of
https://github.com/oasislinux/oasis.git
synced 2026-05-12 21:34:47 +02:00
5 lines
142 B
Bash
5 lines
142 B
Bash
printf 'extern ld_emulation_xfer_type ld_%s_emulation;\n' "$@"
|
|
printf '#define EMULATION_LIST '
|
|
printf '&ld_%s_emulation, ' "$@"
|
|
printf '0\n'
|