diff options
author | jakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4> | 2014-03-21 07:16:06 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2014-05-08 10:18:29 -0600 |
commit | 730af8ee0203fc0061f0adbb501f8e773f738aab (patch) | |
tree | 9a47569f57b4906a27f743ad2af2265b15a1f95c /ChangeLog | |
parent | a2d010462ce99a4fc79fb19c31915f86fafeea43 (diff) | |
download | gdb-730af8ee0203fc0061f0adbb501f8e773f738aab.zip gdb-730af8ee0203fc0061f0adbb501f8e773f738aab.tar.gz gdb-730af8ee0203fc0061f0adbb501f8e773f738aab.tar.bz2 |
* configure.ac: Move BUILD_CONFIG set up earlier. Add --enable-vtable-verify option parsing. Don't add target-libsanitizer to bootstrap_target_libs unless --with-build-config=bootstrap-asan or --with-build-config=bootstrap-ubsan. Don't add target-libvtv to bootstrap_target_libs unless --enable-vtable-verify. * configure: Regenerated.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@208745 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +2014-03-21 Jakub Jelinek <jakub@redhat.com> + + * configure.ac: Move BUILD_CONFIG set up earlier. Add + --enable-vtable-verify option parsing. Don't add + target-libsanitizer to bootstrap_target_libs unless + --with-build-config=bootstrap-asan or + --with-build-config=bootstrap-ubsan. Don't add target-libvtv + to bootstrap_target_libs unless --enable-vtable-verify. + * configure: Regenerated. + 2014-03-07 Jakub Jelinek <jakub@redhat.com> PR bootstrap/58572 |