summaryrefslogtreecommitdiffstats
path: root/rules/gcclibs.make
diff options
context:
space:
mode:
authorRoland Hieber <rohieb@rohieb.name>2018-12-22 03:07:37 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2019-01-07 16:07:00 +0100
commit6433eb09b3bf89e79a3075da89e014ebdac555c1 (patch)
treec9af4b3a7b98b4a4ba958f0e04e0e32838a1ab71 /rules/gcclibs.make
parentb9179d2ddb477b6058150089506fd4273cb8d399 (diff)
downloadptxdist-6433eb09b3bf89e79a3075da89e014ebdac555c1.tar.gz
ptxdist-6433eb09b3bf89e79a3075da89e014ebdac555c1.tar.xz
gcclibs: typo: don't install liblsan.so when GCCLIBS_LIBTSAN is enabled
As mentioned in gcclibs.in, the GCCLIBS_LIBTSAN symbol is meant to install the ThreadSanitizer library, libtsan.so. The typo here, "liblsan.so" was probably copied from the rule above it. Reported-by: horizon on irc://chat.freenode.net/#ptxdist Fixes: 60ae2f93bed3a1d5a7e6 ("gcclibs: add more sanitizer") Signed-off-by: Roland Hieber <rohieb@rohieb.name> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/gcclibs.make')
-rw-r--r--rules/gcclibs.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/gcclibs.make b/rules/gcclibs.make
index 6b1a31ebf..187c80c15 100644
--- a/rules/gcclibs.make
+++ b/rules/gcclibs.make
@@ -58,7 +58,7 @@ ifdef PTXCONF_GCCLIBS_LIBLSAN
endif
ifdef PTXCONF_GCCLIBS_LIBTSAN
- @$(call install_copy_toolchain_lib, gcclibs, liblsan.so)
+ @$(call install_copy_toolchain_lib, gcclibs, libtsan.so)
endif
ifdef PTXCONF_GCCLIBS_LIBUBSAN