0f7bd38 minimalize the dependency of libgcc on any C library

Authored and Committed by sharkcz 11 years ago
    minimalize the dependency of libgcc on any C library
    
    We want to minimalize the dependency of libgcc on any C library, so we use the combination
    of --with-newlib and --without-headers, it makes libgcc to build with -Dinhibit_libc that
    minimalizes the dependency on C library.
    
        
file modified
+1 -1