> From: Andi Kleen
> Date: Sat, 29 Oct 2011 10:09:48 +0200
> Oops. Can you please confirm this patch fixes it?
My autotester is still busy after your commit, but has passed
the point of failure. Thanks for fixing.
brgds, H-P
On Sat, Oct 29, 2011 at 10:09:48AM +0200, Andi Kleen wrote:
> > This broke cross to cris-elf and I guess many other targets
> > with TOT binutils, as follows:
> >
> > mv -f Tlto-wrapper lto-wrapper
>
> Oops. Can you please confirm this patch fixes it?
I committed the patch with ChangeLog as as
> This broke cross to cris-elf and I guess many other targets
> with TOT binutils, as follows:
>
> mv -f Tlto-wrapper lto-wrapper
Oops. Can you please confirm this patch fixes it?
-Andi
diff --git a/gcc/gcc-ar.c b/gcc/gcc-ar.c
index fc7e4a2..1e86d20 100644
--- a/gcc/gcc-ar.c
+++ b/gcc/gcc-ar.c
> From: Andi Kleen
> Date: Fri, 21 Oct 2011 01:55:48 +0200
> 2011-10-19 Andi Kleen
>
> * Makefile.in (MOSTLYCLEANFILES): Add gcc-ar/nm/ranlib.
> (native): Add gcc-ar, gcc-nm, gcc-ranlib.
> (AR_LIBS, gcc-ar, gcc-ar.o, gcc-ranlib, gcc-ranlib.o,
> gcc-nm, gcc-nm.o, gcc
On Fri, Oct 21, 2011 at 1:55 AM, Andi Kleen wrote:
> From: Andi Kleen
>
> Slim LTO requires running ar/nm/ranlib with the LTO plugin. The most
> convenient way to get this into existing Makefiles is using small
> wrappers that pass the plugin. This matches how other compilers
> (LLVM, icc) do thi
On 11-10-25 01:23 , Andi Kleen wrote:
Andi Kleen writes:
From: Andi Kleen
Slim LTO requires running ar/nm/ranlib with the LTO plugin. The most
convenient way to get this into existing Makefiles is using small
wrappers that pass the plugin. This matches how other compilers
(LLVM, icc) do this
Andi Kleen writes:
> From: Andi Kleen
>
> Slim LTO requires running ar/nm/ranlib with the LTO plugin. The most
> convenient way to get this into existing Makefiles is using small
> wrappers that pass the plugin. This matches how other compilers
> (LLVM, icc) do this too.
Ping. Could someone ple
From: Andi Kleen
Slim LTO requires running ar/nm/ranlib with the LTO plugin. The most
convenient way to get this into existing Makefiles is using small
wrappers that pass the plugin. This matches how other compilers
(LLVM, icc) do this too.
My previous attempt at using shell scripts for this
htt