add support for --disable-gcov
authorRasmus Villemoes <rv@rasmusvillemoes.dk>
Wed, 27 Jun 2018 10:04:25 +0000 (12:04 +0200)
committerRasmus Villemoes <villemoes@gcc.gnu.org>
Wed, 27 Jun 2018 10:04:25 +0000 (10:04 +0000)
commit1765b0231029c0479ddcf5d54e8f4882c5feda94
tree12e1333e335da0d5357ee4418e40356b5c9ab765
parented4e2a178609194673c81a038034e16832a0a9be
add support for --disable-gcov

For some targets (in my case VxWorks 5.5), libgcov does not compile due
to missing functions and macros such as getpid() and F_OK.

Incidentally, gcc/Makefile.in already contains comments such as

# Install gcov if it was compiled.

but there is no logic in place to actually allow gcov to not be
compiled.

So add an option for disabling build and install of libgcov and the
related host tools.

From-SVN: r262180
gcc/ChangeLog
gcc/Makefile.in
gcc/configure
gcc/configure.ac
gcc/doc/install.texi
libgcc/ChangeLog
libgcc/Makefile.in
libgcc/configure
libgcc/configure.ac