Re: [PATCH/TopLevel] Fix compiling libgo with a combined sources

2015-01-04 Thread Andreas Schwab
* configure.ac: Use OBJCOPY for OBJCOPY_FOR_TARGET. * configure: Regenerate. diff --git a/configure.ac b/configure.ac index 6d208b0..7205026 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, -# 20

Re: [PATCH/TopLevel] Fix compiling libgo with a combined sources

2015-01-04 Thread pinskia
> On Jan 4, 2015, at 1:35 AM, Bin.Cheng wrote: > >> On Sun, Jan 4, 2015 at 6:55 AM, Andrew Pinski wrote: >>> On Mon, Nov 24, 2014 at 1:32 PM, Jeff Law wrote: On 11/22/14 21:20, Andrew Pinski wrote: Hi, The problem here is here is that OBJCOPY is not being set to the >

Re: [PATCH/TopLevel] Fix compiling libgo with a combined sources

2015-01-04 Thread Bin.Cheng
On Sun, Jan 4, 2015 at 6:55 AM, Andrew Pinski wrote: > On Mon, Nov 24, 2014 at 1:32 PM, Jeff Law wrote: >> On 11/22/14 21:20, Andrew Pinski wrote: >>> >>> Hi, >>>The problem here is here is that OBJCOPY is not being set to the >>> newly built objcopy when compiling libgo. This patch adds >>>

Re: [PATCH/TopLevel] Fix compiling libgo with a combined sources

2015-01-03 Thread Andrew Pinski
On Mon, Nov 24, 2014 at 1:32 PM, Jeff Law wrote: > On 11/22/14 21:20, Andrew Pinski wrote: >> >> Hi, >>The problem here is here is that OBJCOPY is not being set to the >> newly built objcopy when compiling libgo. This patch adds >> OBJCOPY_FOR_TARGET to the toplevel configure/Makefile so that

Re: [PATCH/TopLevel] Fix compiling libgo with a combined sources

2014-11-24 Thread Jeff Law
On 11/22/14 21:20, Andrew Pinski wrote: Hi, The problem here is here is that OBJCOPY is not being set to the newly built objcopy when compiling libgo. This patch adds OBJCOPY_FOR_TARGET to the toplevel configure/Makefile so that when libgo is compiled OBJCOPY is set to OBJCOPY_FOR_TARGET. I

Re: [PATCH/TopLevel] Fix compiling libgo with a combined sources

2014-11-24 Thread Jan-Benedict Glaw
Hi Andrew, On Sat, 2014-11-22 20:20:08 -0800, Andrew Pinski wrote: > Hi, > The problem here is here is that OBJCOPY is not being set to the > newly built objcopy when compiling libgo. This patch adds > OBJCOPY_FOR_TARGET to the toplevel configure/Makefile so that when > libgo is compiled OBJCO

Re: [PATCH/TopLevel] Fix compiling libgo with a combined sources

2014-11-24 Thread Richard Biener
On Sun, Nov 23, 2014 at 5:20 AM, Andrew Pinski wrote: > Hi, > The problem here is here is that OBJCOPY is not being set to the > newly built objcopy when compiling libgo. This patch adds > OBJCOPY_FOR_TARGET to the toplevel configure/Makefile so that when > libgo is compiled OBJCOPY is set to O

[PATCH/TopLevel] Fix compiling libgo with a combined sources

2014-11-22 Thread Andrew Pinski
Hi, The problem here is here is that OBJCOPY is not being set to the newly built objcopy when compiling libgo. This patch adds OBJCOPY_FOR_TARGET to the toplevel configure/Makefile so that when libgo is compiled OBJCOPY is set to OBJCOPY_FOR_TARGET. I noticed this issue when building an aarch64