This is the mail archive of the newlib@sourceware.org mailing list for the newlib 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: [RFA] makedoc target should use LDFLAGS_FOR_BUILD


On Jun 27 11:12, Matthew Gretton-Dann wrote:
> All,
> 
> When doing some independent changes I found that the makedoc target in
> newlib/doc is using LDFLAGS when linking.
> 
> This is incorrect as makedoc is built using the build compiler
> (CC_FOR_BUILD), and LDFLAGS contains the target linker flags.
> 
> The attached patch corrects the Makefile to use LDFLAGS_FOR_BUILD for
> the makedoc target.
> 
> newlib/ChangeLog:
> 2012-06-27  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
> 
> 	* doc/Makefile.am (makedoc): Use LDFLAGS_FOR_BUILD not LDFLAGS.
> 	* doc/Makefile.in: Regenerate.
> 
> OK?

Yes, thanks for catching.  Patch applied.


Thanks,
Corinna

-- 
Corinna Vinschen
Cygwin Project Co-Leader
Red Hat


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