PATCH RFA: libstdc++ lives in src/.libs

Ralf Wildenhues Ralf.Wildenhues@gmx.de
Wed Oct 20 08:49:00 GMT 2010


Hello Ian,

* Ian Lance Taylor wrote on Mon, Oct 18, 2010 at 10:08:21PM CEST:
> Ping for build maintainers.

I cannot approve this but I think this can be considered as obvious.
One question is why it didn't show up earlier.

Cheers,
Ralf

> On Thu, Oct 7, 2010 at 4:54 PM, Ian Lance Taylor <iant@google.com> wrote:
> >        * Makefile.def (target_modules): Set lib_path to src/.libs for
> >        libstdc++-v3 module.
> >        * Makefile.tpl: Fix typo in TARGET_LIB_PATH comment.
> >        * Makefile.in: Rebuild.

> --- Makefile.def	(revision 165058)
> +++ Makefile.def	(working copy)
> @@ -149,7 +149,7 @@ host_modules= { module= lto-plugin; boot
>  
>  target_modules = { module= libstdc++-v3;
>  		   bootstrap=true;
> -		   lib_path=.libs;
> +		   lib_path=src/.libs;
>  		   raw_cxx=true; };
>  target_modules = { module= libmudflap; lib_path=.libs; };
>  target_modules = { module= libssp; lib_path=.libs; };



More information about the Gcc-patches mailing list