Subject: Re: Arch specific optimization flags
To: None <martin@duskware.de>
From: Izumi Tsutsui <tsutsui@ceres.dti.ne.jp>
List: tech-x11
Date: 03/20/2005 22:17:28
In article <20050320114522.GA27197@drowsy.duskware.de>
martin@duskware.de wrote:

> Anyone remember why sh3 and sh5 compile xsrc with -O instead of -O2?

sh3 doesn't specify -O2 even in share/mk/sys.mk.
Actually sh3 support in gcc-2.95.x was awfully buggy,
but I don't know how much bugs have been fixed in gcc3.

On the other hand, sh5 has switched to -O2 in sys.mk,
so we could use it in NetBSD.cf too.
---
Izumi Tsutsui