GCC install-strip

Sebastian Huber sebastian.huber@embedded-brains.de
Mon Sep 21 11:23:00 GMT 2015


Hello,

I normally install a cross-compiler GCC via "make install". The 
executables size increased quite noticeable in recent GCC releases. So, 
I tried to use "make install-strip". Unfortunately this also strips the 
target libraries libsupc++.a, libstdc++.a, libssp.a, libssp_nonshared.a 
and libgomp.a. Interestingly the target libraries libgcc.a, libm.a and 
libc.a are NOT stripped. Having the debugging information available in 
the target libraries is quite nice. What is the intended behaviour of 
"make install-strip" for target libraries? Is there a make target that 
includes only the executables and libraries for the host system?

-- 
Sebastian Huber, embedded brains GmbH

Address : Dornierstr. 4, D-82178 Puchheim, Germany
Phone   : +49 89 189 47 41-16
Fax     : +49 89 189 47 41-09
E-Mail  : sebastian.huber@embedded-brains.de
PGP     : Public key available on request.

Diese Nachricht ist keine geschäftliche Mitteilung im Sinne des EHUG.



More information about the Gcc-help mailing list