This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: Default to G4 on darwin for 10.5+
- From: Mike Stump <mrs at apple dot com>
- To: Bradley Lucier <lucier at math dot purdue dot edu>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Wed, 13 Dec 2006 17:11:33 -0800
- Subject: Re: Default to G4 on darwin for 10.5+
- References: <C26D274D-A32A-4E08-AF8C-B65969239DFD@math.purdue.edu>
On Dec 10, 2006, at 3:43 PM, Bradley Lucier wrote:
Would it be a good idea, then, for Apple's automatic regression
tester to start specifying
RUNTESTFLAGS="--target_board 'unix{-mcpu=G4}'"
Geoff tests just the defaults on his box. It currently runs 10.4.
When/if it is updated to 10.5, it'd pick these up by default. The
rational is, this is most likely what a user would do and the thing
that needs the most testing. While it could exhaustively test lots of
combinations, that would slow the testing rate, and Geoff prefers to
not decrease the turn around on it.
But, yes, unix{-mcpu=G3,-mcpu=G4,-mcpu=G5,-m64} and so on would be
nice to have...