Use -Os on ARM? (was: Re: Proposal to update GCC for ARM)

2010-05-29 Thread Tobias Diedrich
Speaking of gcc and arm, some archs use -Os by default, but arm is using only -O. Some arm targets (e.g. AMS C200v2) with very little ram could benefit quite a bit from using -Os and so far it's working fine for me with rockbox gcc 4.0.3, so I would propose making -Os default for at least the AMS

Re: Use -Os on ARM? (was: Re: Proposal to update GCC for ARM)

2010-05-29 Thread Rafaël Carré
On Sat, 29 May 2010 11:30:24 +0200 Tobias Diedrich ranma+rock...@tdiedrich.de wrote: Speaking of gcc and arm, some archs use -Os by default, but arm is using only -O. Some arm targets (e.g. AMS C200v2) with very little ram could benefit quite a bit from using -Os and so far it's working fine