This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: [LTO] Request for testing: Last merge from trunk before final merge
On Mon, Sep 28, 2009 at 14:30, Jack Howarth <howarth@bromo.med.uc.edu> wrote:
> Â ÂHas this patch been tested on non-elf targets like darwin
> yet to make sure they still build? If not, is the proposed
> merge patch against current gcc trunk available somewhere for
> testing on darwin? It would be nice to get ahead of the curve
> if this merge is going to break the darwin builds.
It should build on darwin. configure should not enable lto (giving
you a regular non-lto build) and if you force it with --enable-lto,
configure should give you an error and refuse to proceed.
Would you be able to test this?
Thanks. Diego.