]> git.ipfire.org Git - thirdparty/gcc.git/commit
Support --disable-fixincludes.
authorMartin Liska <mliska@suse.cz>
Wed, 31 Aug 2022 19:55:45 +0000 (21:55 +0200)
committerMartin Liska <mliska@suse.cz>
Wed, 31 Aug 2022 19:55:45 +0000 (21:55 +0200)
commitbe9dd80f9334800300a80268dbb92cf3fafcfcf8
tree463fdfe52c5988c4c1c720684b30bbe467591ff6
parent5f932c9f93c45440a7baf7d9059d3b33a0f2d2db
Support --disable-fixincludes.

Always install limits.h and syslimits.h header files
to include folder.

When --disable-fixincludes is used, then no system header files
are fixed by the tools in fixincludes. Moreover, the fixincludes
tools are not built any longer.

gcc/ChangeLog:

* Makefile.in: Always install limits.h and syslimits.h to
include folder.
* configure.ac: Assign STMP_FIXINC blank if
--disable-fixincludes is used.
* configure: Regenerate.
gcc/Makefile.in
gcc/configure
gcc/configure.ac