This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch] libsanitizer


On Mon, Jan 11, 2016 at 07:37:30PM +0100, Andreas Tobler wrote:
> @@ -104,6 +104,10 @@
>  AC_CHECK_LIB(rt, shm_open,
>    [link_sanitizer_common="-lrt $link_sanitizer_common"])
> 
> +# Do a configure time check for -ldl
> +AC_CHECK_LIB(dl, dlsym,
> +  [link_sanitizer_common="-lrt $link_sanitizer_common"])

s/-lrt/-ldl/, no?

	Jakub


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]