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] Fix for PR57316 (avoid building sanitizer on old kernels)


On Thu, Jan 23, 2014 at 04:33:28PM +0400, Yury Gribov wrote:
> Attached patch disables libsanitizer on older Linux distribs which
> lack necessary syscalls (see
> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57316 for more details).
> 
> Bootstrapped/regtested on x64.
> 
> Ok to commit?

Ok, thanks, but:

> 2014-01-22  ygribov  <ygribov@samsung.com>

Put your real name here instead.

> 	sanitizer/PR57316

	PR sanitizer/57316

> 	* configure.ac: Check for missing syscalls.
> 	* Makefile.am: Likewise.
> 	* configure: Regenerate.
> 	* Makefile.in: Regenerate.

	Jakub


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