]> git.ipfire.org Git - thirdparty/gcc.git/commit - libgcc/ChangeLog
add support for --disable-gcov
authorvillemoes <villemoes@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 27 Jun 2018 10:04:25 +0000 (10:04 +0000)
committervillemoes <villemoes@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 27 Jun 2018 10:04:25 +0000 (10:04 +0000)
commitbab25aa442ce33e1a6e8dd77a000a7482e1d8d2c
tree12e1333e335da0d5357ee4418e40356b5c9ab765
parentc628c3437c3f35264a2e87b826695213a75f72b2
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@262180 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/Makefile.in
gcc/configure
gcc/configure.ac
gcc/doc/install.texi
libgcc/ChangeLog
libgcc/Makefile.in
libgcc/configure
libgcc/configure.ac