diff options
author | Caroline Tice <cmtice@google.com> | 2013-09-06 10:56:35 -0700 |
---|---|---|
committer | Caroline Tice <ctice@gcc.gnu.org> | 2013-09-06 10:56:35 -0700 |
commit | 87f3fea84f67800856b9ce8ee6f3322991ec29bf (patch) | |
tree | 8597d6059bbd847b80076b40a3ce9d664c451360 /libvtv/Makefile.am | |
parent | 5e8d9b455910f258929e0af04bc4e75ad8909386 (diff) | |
download | gcc-87f3fea84f67800856b9ce8ee6f3322991ec29bf.tar.gz |
Add documentation for the options --enable-vtable-verify,
--disable-vtable-verify and --disable-libvtv. Also
update configure and make files in libvtv not to use
--enable-vtable-verify.
From-SVN: r202346
Diffstat (limited to 'libvtv/Makefile.am')
-rw-r--r-- | libvtv/Makefile.am | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/libvtv/Makefile.am b/libvtv/Makefile.am index 567bd81e5b6..c3983effb7d 100644 --- a/libvtv/Makefile.am +++ b/libvtv/Makefile.am @@ -19,11 +19,7 @@ ## along with this library; see the file COPYING3. If not see ## <http://www.gnu.org/licenses/>. -if ENABLE_VTABLE_VERIFY SUBDIRS = testsuite -else -SUBDIRS = -endif ACLOCAL_AMFLAGS = -I .. -I ../config @@ -67,13 +63,8 @@ vtv_end.c: rm -f $@ $(LN_S) $(toplevel_srcdir)/libgcc/vtv_end.c $@ -if ENABLE_VTABLE_VERIFY libvtv_la_SOURCES = $(vtv_sources) libvtv_include_HEADERS = $(vtv_headers) -else -libvtv_la_SOURCES = -libvtv_include_HEADERS = -endif # Least ordering for dependencies mean linking w/o libstdc++ for as # long as the development of libvtv does not absolutely require it. |