Subject: Re: GCC optimization suggestion
To: None <richard.earnshaw@arm.com>
From: None <kim@pvv.ntnu.no>
List: port-arm32
Date: 12/12/1998 23:44:46
> Yes it does, but you need egcs for this:
>   gcc -O2 -mtune=strongarm
> 
> You need -O2 to turn on the scheduler pass, and -mtune=strongarm to tell 
> it to tune the code for a strongarm.

How nice, except this does not work on my RiscPC with NetBSD.

One which systems does it work?

Kim0