Cross Compiling Environments

Jamaica introduced better support for cross compilers in version 1.2. Every Jamaica system now supports multiple targets. To see what targets are supported by your distribution of JamaicaVM, call "jamaica -XavailableTargets". Because of the large number of possible combinations of host and target systems, any given distribution of JamaicaVM contains a subset of all the supported binaries.

To generate code for an other platform than the default target system, use the target option. For example, you can always generate code for the host system by calling "jamaica -target=host".