This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: GCC -On optimization passes: flag and doc issues
- From: Richard Earnshaw <rearnsha at arm dot com>
- To: Joerg Wunsch <joerg_wunsch at uriah dot heep dot sax dot de>
- Cc: Andreas Schwab <schwab at suse dot de>, gcc at gcc dot gnu dot org
- Date: Tue, 01 May 2007 09:33:34 +0100
- Subject: Re: GCC -On optimization passes: flag and doc issues
- References: <000301c7813b$47b2eb30$140412ac@cso.atmel.com> <m3tzveod7b.fsf@localhost.localdomain> <20070417222634.GF82697@uriah.heep.sax.de> <m3d522oc2z.fsf@localhost.localdomain> <20070425212223.GU90930@uriah.heep.sax.de> <m3ejm89jwm.fsf@localhost.localdomain> <20070427203149.GD90930@uriah.heep.sax.de> <571f6b510704271338w72f8f286w3b26da9e8120c25e@mail.gmail.com> <20070427205109.GE90930@uriah.heep.sax.de> <1177925975.9391.47.camel@pc960.cambridge.arm.com> <20070501070721.GT90930@uriah.heep.sax.de>
On Tue, 2007-05-01 at 09:07 +0200, Joerg Wunsch wrote:
> As Richard Earnshaw wrote:
>
> > There's no need to hack everything up. As long as you have bash
> > installed on your machine, it's straight-forward to run CSiBE on
> > *BSD machines: simply invoke the makefiles with SHELL=.../bash.
>
> That's what I did, but it doesn't help for the non-standard usage of
> /usr/bin/time (-f option). They even explicitly used /usr/bin/time
> rather than bash's builtin.
>
No, it uses whichever time program you pass to the configure script with
the -S flag. So just install gnu time as .../gtime and configure with
-S .../gtime.
R.