This is the mail archive of the libc-ports@sources.redhat.com mailing list for the libc-ports 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: [PATCH roland/arm-preconfigure] Clean up ARM preconfigure.


On Fri, 8 Mar 2013, Roland McGrath wrote:

> This fixes the first three of those things.

The patch is OK.

> The CFLAGS tweak at the very least needs a comment explaining what it's
> there for, and why it is being done at configure time instead of just
> adding to sysdep-CFLAGS in sysdeps/arm/Makefile or something like that.
> But I have no idea what those rationales are, so I can't help there.

It's to avoid undefined references to unwinding functions at 
configure-test time that would cause problems for -nostdlib link tests, so 
it's set in the preconfigure script and then removed again in 
sysdeps/unix/sysv/linux/arm/configure.in; it's not relevant to the build 
itself.

-- 
Joseph S. Myers
joseph@codesourcery.com


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