This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Fix PR41569


On Fri, Jan 8, 2010 at 1:28 PM, Richard Guenther <rguenther@suse.de> wrote:
>
> This is my workaround for PR41569, the inability to install a
> bootstrapped gcc with a built linker-plugin. ?The issue is that
> somehow at install time something gets rebuilt. ?I spent some
> hours trying to hunt this down but failed. ?The following works
> around this by not bootstrapping lto-plugin.
>

FWIW, I configured gcc with

 --enable-clocale=gnu --with-system-zlib --enable-checking=assert
-with-plugin-ld=ld.gold --enable-gold --with-demangler-in-ld
--enable-shared --enable-threads=posix --enable-haifa
--prefix=/usr/gcc-4.5 --with-local-prefix=/usr/local

and "make install -j4" works OK.



-- 
H.J.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]