diff options
| author | Florian Weimer <fweimer@redhat.com> | 2017-08-15 13:44:56 +0200 |
|---|---|---|
| committer | Florian Weimer <fweimer@redhat.com> | 2017-08-15 13:44:56 +0200 |
| commit | 06ad2699b0f27f901def236813eccb9b4d0f8ccd (patch) | |
| tree | aec3ba739acab8a77029d3021483563a61c8385d /Makeconfig | |
| parent | 54d68f5f61fc016b18101a822f9343a612ad1bc0 (diff) | |
| download | glibc-fw/tst-gmon.tar.xz glibc-fw/tst-gmon.zip | |
gmon: Add test for basic mcount/gprof functionalityfw/tst-gmon
Diffstat (limited to 'Makeconfig')
| -rw-r--r-- | Makeconfig | 3 |
1 files changed, 2 insertions, 1 deletions
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))) \ $(+preinit) $(+prector) \ $(filter-out $(addprefix $(csu-objpfx),start.o \ $(start-installed-name))\ |
