[PATCH] Test for profiling support (_mcount/gprof)
Andreas Schwab
schwab@suse.de
Tue Aug 15 12:29:00 GMT 2017
On Aug 15 2017, Florian Weimer <fweimer@redhat.com> wrote:
> diff --git a/Makeconfig b/Makeconfig
> index 80aed2a987..19b559701a 100644
> --- a/Makeconfig
> +++ b/Makeconfig
> @@ -465,7 +465,8 @@ else # not build-pie-default
> +link-before-libc = $(CC) -nostdlib -nostartfiles -o $@ \
> $(sysdep-LDFLAGS) $(LDFLAGS) $(LDFLAGS-$(@F)) \
> $(combreloc-LDFLAGS) $(relro-LDFLAGS) $(hashstyle-LDFLAGS) \
> - $(addprefix $(csu-objpfx),$(start-installed-name)) \
> + $(or $(CRT-$(@F)), $ \
> + $(addprefix $(csu-objpfx),$(start-installed-name))) \
$(or) is a 3.81 feature, we only require 3.79. You can use $(firstword)
instead. The lone $ looks like a typo.
Andreas.
--
Andreas Schwab, SUSE Labs, schwab@suse.de
GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE 1748 E4D4 88E3 0EEA B9D7
"And now for something completely different."
More information about the Libc-alpha
mailing list