Re: Trying to reduce generated 4.9.2 footprint

2015-04-12 Thread Jonathan Wakely
On 12 April 2015 at 21:10, Ricardo Telichevesky wrote: > I don't > need to debug the compiler or any of the libraries at all, but is there any > danger in getting rid of the -g flags? There's no danger, you just won't be able to debug anything. Wouldn't it be easier to just run strip on the final

Trying to reduce generated 4.9.2 footprint

2015-04-12 Thread Ricardo Telichevesky
Hi, Using native gcc compiler from x86_64 RHEL6.6 ... and trying to build 4.9.2 with a small footprint, only care about c and c++ languages... I tried to follow the instructions in the installation regarding BOOT_CFLAGS, CFLAGS_FOR_TARGET, STAGE1_TFLAGS ... in my shell script I have: ../