Re: [PATCH] allow setting LDFLAGS_FOR_TARGET in top-level configuration.

2011-05-09 Thread Paolo Bonzini
On 05/09/2011 04:38 AM, Doug Kwan (關振德) wrote: Sorry, forgot the patch and the ChangeLog 2011-05-08 Doug Kwandougk...@google.com * configure.ac: Propagate LDFLAGS_FOR_TARGET. * configure: Regenerated. * Makefile.tpl (LDFLAGS_FOR_TARGET): Use LDFLAGS_FOR_TARGET

Re: [PATCH] allow setting LDFLAGS_FOR_TARGET in top-level configuration.

2011-05-09 Thread Joseph S. Myers
On Sun, 8 May 2011, Doug Kwan wrote: Hi, The x86 Android toolchain needs setting LDFLAGS_FOR_TARGET to build. This patch does that. The patch was tested by bootstrapping natively on x86_64 linux. Do I also need to submit this to binutils as well? My view is that you don't need to

[PATCH] allow setting LDFLAGS_FOR_TARGET in top-level configuration.

2011-05-08 Thread 關振德
Hi, The x86 Android toolchain needs setting LDFLAGS_FOR_TARGET to build. This patch does that. The patch was tested by bootstrapping natively on x86_64 linux. Do I also need to submit this to binutils as well? -Doug

Re: [PATCH] allow setting LDFLAGS_FOR_TARGET in top-level configuration.

2011-05-08 Thread H.J. Lu
On Sun, May 8, 2011 at 7:31 PM, Doug Kwan (關振德) dougk...@google.com wrote: Hi,    The x86 Android toolchain needs setting LDFLAGS_FOR_TARGET to build.  This patch does that.  The patch was tested by bootstrapping natively on x86_64 linux.  Do I also need to submit this to binutils as well?

Re: [PATCH] allow setting LDFLAGS_FOR_TARGET in top-level configuration.

2011-05-08 Thread 關振德
Sorry, forgot the patch and the ChangeLog 2011-05-08 Doug Kwan dougk...@google.com * configure.ac: Propagate LDFLAGS_FOR_TARGET. * configure: Regenerated. * Makefile.tpl (LDFLAGS_FOR_TARGET): Use LDFLAGS_FOR_TARGET value from configure. * Makefile.in: