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 Wed, Sep 30, 2009 at 13:36, Rainer Orth <ro@techfak.uni-bielefeld.de> wrote:
>> $ svn co svn://gcc.gnu.org/svn/gcc/branches/lto
>> $ mkdir bld && cd bld
>> $ ../lto/configure --enable-lto && make
>
> Why just a make and no make bootstrap?
It's not necessary, but I wanted to make sure that you force LTO. If
not, configure tries to detect LTO support and silently does nothing
if it can't enable. If you force it, however, it gives you an error.
> ÂThis is also on the LTO wiki page,
> which btw. is confusing since it states `Last updated: 07-Jul-2009'. ÂFor
> all my tests, I've just run regular bootstraps.
I updated the wiki yesterday. But I did not remove the --enable-lto
bit. I will clarify why it's suggested.
Thanks for all the testing. I'll followup after I finish processing
all the feedback from reviewers.
Diego.