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
/*Older icecream versions assume the compiler is always GCC. This canbe fixed on the local side, but remote nodes would need icecream upgrade.As a workaround icecc-create-env includes this wrapper binary in the environmentif clang is to be used as well, that will either call clang or the real gcc.Which one depends on an extra argument added by icecream.*/
While not strictly needed with newer version of IceCC, it would be good to include it in the same way as icecc-create-env does to ensure compatibility of the generated tarballs with older IceCC versions.
The text was updated successfully, but these errors were encountered:
Optionally supporting a configuration directory at $XDG_CONFIG_HOME/popsicle. If there is a compilerwrapper symlink inside it, it will be assumed to point to the corresponding binary provided by IceCC.
If the configuration directory does not exist, or there is no compilerwrapper symlink, or it points to a non-existing file, then support for adding it into generated tarballs is disabled.
From compilerwrapper.cpp:
While not strictly needed with newer version of IceCC, it would be good to include it in the same way as
icecc-create-env
does to ensure compatibility of the generated tarballs with older IceCC versions.The text was updated successfully, but these errors were encountered: