Makes C ITC target buildable with slimcc, adding an alternate codepath that uses _BitInt(128) instead of __int128 when __slimcc__ is defined. Also adds a CC var to the shell script to override the compiler used.
Makes C ITC target buildable with slimcc, adding an alternate codepath that uses `_BitInt(128)` instead of `__int128` when `__slimcc__` is defined. Also adds a CC var to the shell script to override the compiler used.

60 KiB