You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ZenMake should support cross compilation in simple/useful form.
Now ZenMake can make cross compilation with custom toolchains (https://zenmake.readthedocs.io/en/latest/buildconf.html#toolchains) but this way is not always simple and useful. It is better to have ability to set up cross compilation with config parameters like 'dest-os' applying to known compilers or something like that.
See extras/clang_cross.py for some thoughts.
The text was updated successfully, but these errors were encountered:
ZenMake should support cross compilation in simple/useful form.
Now ZenMake can make cross compilation with custom toolchains (https://zenmake.readthedocs.io/en/latest/buildconf.html#toolchains) but this way is not always simple and useful. It is better to have ability to set up cross compilation with config parameters like 'dest-os' applying to known compilers or something like that.
See extras/clang_cross.py for some thoughts.
The text was updated successfully, but these errors were encountered: