K 10 svn:author V 2 ed K 8 svn:date V 27 2010-10-21T22:18:12.983962Z K 7 svn:log V 387 Just remove libgcc.a and symlink libcompiler_rt.a. I've noticed GCC tries to be smart when libgcc isn't called libgcc. It never tries to link in libgcc_s in that case, causing the unwinder to be omitted. - Revert the changes to Clang and GCC to user -lcompiler_rt. - Change libgcc's Makefile to not install libgcc.a and libgcc_p.a. - Let libcompiler_rt's Makefile symlink the library. END