[PATCH] Makeconfig: sandwich gnulib-tests between libc/ld linking of tests

Paul E Murphy murphyp@linux.ibm.com
Wed Mar 25 21:18:54 GMT 2020


Thank you for reviewing!  Pushed with requested fixes to spacing.

On 3/24/20 6:19 PM, Joseph Myers wrote:
> On Wed, 11 Mar 2020, Paul E. Murphy via Libc-alpha wrote:
> 
>> -link-libc-before-gnulib = $(common-objpfx)libc.so$(libc.so-version) \
>> +link-libc-between-gnulib = $(common-objpfx)libc.so$(libc.so-version) \
>>   			  $(common-objpfx)$(patsubst %,$(libtype.oS),c) \
>>   			  -Wl,--as-needed $(elf-objpfx)ld.so \
>>   			  -Wl,--no-as-needed
> 
> The indentation for the last three lines here needs updating to reflect
> the longer variable name (as each line starts lined up with the start of
> the value on the first line).
> 
> The patch is OK with that fixed.
> 


More information about the Libc-alpha mailing list