Hello,<br><br>I plan on using aboriginal linux scripts to build a C compiler thats customized for Android.<br>Therefore, I think these steps would be needed:<br><br>1. download.sh to get GCC sources.<br>2. patch them with android specific headers and implementation<br>

3. native-build.sh for ARM<br><br>Next, I need to optimized for space, I need it as small as possible. Therefore, disable CPP (with the given option),<br>remove pthreads, binutils etc etc -> but how do I config this?<br>

I basically need to be really lean and mean. C compiler, libc, libm, linux headers. thats it.<br><br>What do you think?<br><br>Cheers,<br>Earlence<br>