K 10 svn:author V 6 andrew K 8 svn:date V 27 2016-01-10T23:41:31.487042Z K 7 svn:log V 316 Use -mlong-calls to build crt1.o and gcrt1.o. This tells the compiler to generate code to branch based on an address in a register. This allows us to have binaries larger than the 32MiB limit of a branch instruction. The main use of this is with clang. Clang 3.8.0 has been shown to be larger than the above limit. END