diff options
author | ctice <ctice@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-09-06 17:56:35 +0000 |
---|---|---|
committer | ctice <ctice@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-09-06 17:56:35 +0000 |
commit | e32b76f19db5e32bf51713f0093f83d17657cdb0 (patch) | |
tree | 8597d6059bbd847b80076b40a3ce9d664c451360 /libvtv/Makefile.am | |
parent | 256b8b105850ed2121753037193b72d583373777 (diff) | |
download | gcc-e32b76f19db5e32bf51713f0093f83d17657cdb0.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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@202346 138bc75d-0d04-0410-961f-82ee72b054a4
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. |