]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Plugins: Add label-text.h to CPPLIB_H so it will be installed [PR115288]
authorAndrew Pinski <quic_apinski@quicinc.com>
Thu, 30 May 2024 14:59:00 +0000 (07:59 -0700)
committerAndrew Pinski <quic_apinski@quicinc.com>
Thu, 6 Jun 2024 17:04:03 +0000 (10:04 -0700)
After r15-874-g9bda2c4c81b668, out of tree plugins won't compile
as the new libcpp header file label-text.h is not installed.

This adds the new header file to CPPLIB_H which is used for
the plugin headers to install.

Committed as obvious after a build and install and make sure
the new header file is installed.

gcc/ChangeLog:

PR plugins/115288
* Makefile.in (CPPLIB_H): Add label-text.h.

Signed-off-by: Andrew Pinski <quic_apinski@quicinc.com>
gcc/Makefile.in

index c983b0c102a31664719256ba0e3127ddbcd6d9b5..f5adb647d3fb6c502cf5c06b85799a331d376740 100644 (file)
@@ -1038,6 +1038,7 @@ SYSTEM_H = system.h hwint.h $(srcdir)/../include/libiberty.h \
 PREDICT_H = predict.h predict.def
 CPPLIB_H = $(srcdir)/../libcpp/include/line-map.h \
        $(srcdir)/../libcpp/include/rich-location.h \
+       $(srcdir)/../libcpp/include/label-text.h \
        $(srcdir)/../libcpp/include/cpplib.h
 CODYLIB_H = $(srcdir)/../libcody/cody.hh
 INPUT_H = $(srcdir)/../libcpp/include/line-map.h input.h