diff options
author | Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> | 2016-05-02 18:10:17 +0000 |
---|---|---|
committer | Rainer Orth <ro@gcc.gnu.org> | 2016-05-02 18:10:17 +0000 |
commit | 4344d7fa74ae01f86536f8b476627f982de34391 (patch) | |
tree | c9f8739cceb1936548cfb64f8e697d376620bdb8 /libvtv/ChangeLog | |
parent | 201da53f661de26ec1a185d7578e40dd3895bb05 (diff) | |
download | gcc-4344d7fa74ae01f86536f8b476627f982de34391.zip gcc-4344d7fa74ae01f86536f8b476627f982de34391.tar.gz gcc-4344d7fa74ae01f86536f8b476627f982de34391.tar.bz2 |
Don't install libvtv without --enable-vtable-verify
* Makefile.am (toolexeclib_LTLIBRARIES): Only set if
ENABLE_VTABLE_VERIFY.
Simplify.
* Makefile.in: Regenerate.
From-SVN: r235772
Diffstat (limited to 'libvtv/ChangeLog')
-rw-r--r-- | libvtv/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libvtv/ChangeLog b/libvtv/ChangeLog index c6c75d3..4c9dda4 100644 --- a/libvtv/ChangeLog +++ b/libvtv/ChangeLog @@ -1,3 +1,10 @@ +2016-05-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> + + * Makefile.am (toolexeclib_LTLIBRARIES): Only set if + ENABLE_VTABLE_VERIFY. + Simplify. + * Makefile.in: Regenerate. + 2015-12-02 Matthias Klose <doko@ubuntu.com> * configure.ac: Move AM_ENABLE_MULTILIB before |