aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>2014-03-21 07:16:06 +0000
committerTom Tromey <tromey@redhat.com>2014-05-08 10:18:29 -0600
commit730af8ee0203fc0061f0adbb501f8e773f738aab (patch)
tree9a47569f57b4906a27f743ad2af2265b15a1f95c /ChangeLog
parenta2d010462ce99a4fc79fb19c31915f86fafeea43 (diff)
downloadfsf-binutils-gdb-730af8ee0203fc0061f0adbb501f8e773f738aab.zip
fsf-binutils-gdb-730af8ee0203fc0061f0adbb501f8e773f738aab.tar.gz
fsf-binutils-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--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5d94ca9..8907f78 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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