Re: [PATCH] Enable libsanitizer just on x86 linux for now

2012-11-13 Thread Andreas Schwab
Dodji Seketeli writes: > I guess The build can be enabled on other targets when they are ready. How to test that? There doesn't seem to be a testsuite included. Andreas. -- Andreas Schwab, sch...@linux-m68k.org GPG Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 "And now

Re: [PATCH] Enable libsanitizer just on x86 linux for now

2012-11-13 Thread Joseph S. Myers
On Tue, 13 Nov 2012, Dodji Seketeli wrote: > * configure.ac: Enable libsanitizer just on x86 linux for now. > * configure: Re-generate. Note that the preferred approach is the approach used for libatomic and libitm, of the toplevel script using a script fragment from the subdirector

Re: [PATCH] Enable libsanitizer just on x86 linux for now

2012-11-13 Thread Paolo Carlini
On 11/13/2012 04:53 PM, Jack Howarth wrote: I also noticed while trying to regenerate the libsanitizer Makefile.in on darwin that libsanitizer/configure.ac has... AC_PREREQ([2.68]) instead of the expected... AC_PREREQ([2.64]) This is other/55304, isn't it? Paolo.

Re: [PATCH] Enable libsanitizer just on x86 linux for now

2012-11-13 Thread Jack Howarth
On Tue, Nov 13, 2012 at 04:14:10PM +0100, Eric Botcazou wrote: > > This patch builds libsanitizer only on x86_64 and i?86 linux targets > > for now. I guess The build can be enabled on other targets when they > > are ready. > > Note that, even on these platforms, it cannot be installed: > > libt

Re: [PATCH] Enable libsanitizer just on x86 linux for now

2012-11-13 Thread Eric Botcazou
> This patch builds libsanitizer only on x86_64 and i?86 linux targets > for now. I guess The build can be enabled on other targets when they > are ready. Note that, even on these platforms, it cannot be installed: libtool: install: error: cannot install `libasan.la' to a directory not ending in

Re: [PATCH] Enable libsanitizer just on x86 linux for now

2012-11-13 Thread Diego Novillo
On Tue, Nov 13, 2012 at 10:01 AM, Dodji Seketeli wrote: > Hello, > > This patch builds libsanitizer only on x86_64 and i?86 linux targets > for now. I guess The build can be enabled on other targets when they > are ready. > > OK for trunk? > > ChangeLog: > > * configure.ac: Enable libsani

[PATCH] Enable libsanitizer just on x86 linux for now

2012-11-13 Thread Dodji Seketeli
Hello, This patch builds libsanitizer only on x86_64 and i?86 linux targets for now. I guess The build can be enabled on other targets when they are ready. OK for trunk? ChangeLog: * configure.ac: Enable libsanitizer just on x86 linux for now. * configure: Re-generate. --- con