diff options
author | Jonathan Wakely <jwakely@redhat.com> | 2024-03-01 11:20:51 +0000 |
---|---|---|
committer | Jonathan Wakely <jwakely@redhat.com> | 2024-03-19 15:20:07 +0000 |
commit | 90788dd722346560d410fe9a5c2d543811027336 (patch) | |
tree | 891387e48ff941c5b7c06caa9b99e45173325085 /gcc | |
parent | d1b8c2237d7c6a2d52ea5a852a9a11ad426496f3 (diff) | |
download | gcc-90788dd722346560d410fe9a5c2d543811027336.zip gcc-90788dd722346560d410fe9a5c2d543811027336.tar.gz gcc-90788dd722346560d410fe9a5c2d543811027336.tar.bz2 |
libstdc++: Regenerate <bits/version.h> in maintainer mode
This is a generated header but regenerating it requires the manual step
of running 'make -C include update-version' in the libstdc++ build dir.
Make it regenerate automatically when --enable-maintainer-mode is used.
libstdc++-v3/ChangeLog:
* include/Makefile.am [MAINTAINER_MODE]: Add target to
automatically update <bits/version.h>.
* include/Makefile.in: Regenerate.
gcc/ChangeLog:
* doc/install.texi (Prerequisites): Document use of autogen for
libstdc++.
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/doc/install.texi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index e3650e0..014ca25 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -545,6 +545,8 @@ Necessary to run @samp{make check} for @file{fixinc}. Necessary to regenerate the top level @file{Makefile.in} file from @file{Makefile.tpl} and @file{Makefile.def}. +Necessary to regenerate the @file{bits/version.h} header for libstdc++. + @item Flex version 2.5.4 (or later) Necessary when modifying @file{*.l} files. |