mk_multiarch_do — Execute commands for multiple ISAs
MODULES="... platform ..."
mk_multiarch_do
Executes a set of commands beginning with mk_multiarch_do
and ending with mk_multiarch_done
for each ISA of the
host system. During the configure phase, this allows running tests
or maniuplating variables for each ISA where the results might differ
between them (e.g. pointer size, system library directory, library file extension).
During the make phase, it allows building multiple versions of a binary for
each ISA. On systems that use "fat" binaries, this function is a no-op
during the make phase.