From af8b3274d26ae4778d51b6df411e1ebd51a33586 Mon Sep 17 00:00:00 2001 From: hjl Date: Thu, 5 Dec 2013 14:41:38 +0000 Subject: Add -lm to link_sanitizer_common * configure.ac (link_sanitizer_common): Add -lm. * configure: Regenerated. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@205710 138bc75d-0d04-0410-961f-82ee72b054a4 --- libsanitizer/configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libsanitizer/configure') diff --git a/libsanitizer/configure b/libsanitizer/configure index e5c320604d3..6db2a1fc758 100755 --- a/libsanitizer/configure +++ b/libsanitizer/configure @@ -14564,7 +14564,7 @@ done # Common libraries that we need to link against for all sanitizer libs. -link_sanitizer_common='-lpthread -ldl' +link_sanitizer_common='-lpthread -ldl -lm' # Set up the set of additional libraries that we need to link against for libasan. link_libasan=$link_sanitizer_common -- cgit v1.2.1