[PATCH] Makeconfig: sandwich gnulib-tests between libc/ld linking of tests
Joseph Myers
joseph@codesourcery.com
Tue Mar 24 23:19:00 GMT 2020
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.
--
Joseph S. Myers
joseph@codesourcery.com
More information about the Libc-alpha
mailing list