diff options
author | Dodji Seketeli <dodji@redhat.com> | 2012-11-13 15:12:12 +0000 |
---|---|---|
committer | Dodji Seketeli <dodji@gcc.gnu.org> | 2012-11-13 16:12:12 +0100 |
commit | d6531d8364a6dc74c61462743c52dc6275d54beb (patch) | |
tree | 8c8faf5d525d839d81e4ba252821f123a5bdc75d /ChangeLog | |
parent | e7fae5500c8ebf2881ee028f0406148aea3dd7a0 (diff) | |
download | gcc-d6531d8364a6dc74c61462743c52dc6275d54beb.tar.gz |
Enable libsanitizer just on x86 linux for now
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.
ChangeLog:
* configure.ac: Enable libsanitizer just on x86 linux for now.
* configure: Re-generate.
From-SVN: r193478
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 5de77b45714..bb42398dede 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2012-11-13 Dodji Seketeli <dodji@redhat.com> + + * configure.ac: Enable libsanitizer just on x86 linux for now. + * configure: Re-generate. + 2012-11-13 David Edelsohn <dje.gcc@gmail.com> * configure.ac: Disable libsanitizer on AIX. Merge libquadmath |