diff --git a/[refs] b/[refs] index 7cac98f7f320..41eff32aebc2 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: afbee42706090fa59dac299c9607e4fd4361ec82 +refs/heads/master: 203db2952bc87f5d610c9ad53a7d02b85897721f diff --git a/trunk/tools/perf/Makefile b/trunk/tools/perf/Makefile index 032ba6398a5c..940257b5774e 100644 --- a/trunk/tools/perf/Makefile +++ b/trunk/tools/perf/Makefile @@ -633,7 +633,7 @@ prefix_SQ = $(subst ','\'',$(prefix)) SHELL_PATH_SQ = $(subst ','\'',$(SHELL_PATH)) -LIBS = -Wl,--whole-archive $(PERFLIBS) -Wl,--no-whole-archive $(EXTLIBS) +LIBS = -Wl,--whole-archive $(PERFLIBS) -Wl,--no-whole-archive -Wl,--start-group $(EXTLIBS) -Wl,--end-group ALL_CFLAGS += $(BASIC_CFLAGS) ALL_CFLAGS += $(ARCH_CFLAGS)