Include linux-protos.h for ppc*vxworks7r2

This provides prototypes for target hooks dragged in through linux.h,
in a similar fashion as the ppc*-linux ports do.

gcc/
	* config.gcc (powerpc*-wrs-vxworks7r*): Add linux-protos.h
	to tm_p_file.
This commit is contained in:
Olivier Hainque
2025-07-10 09:38:30 +00:00
parent 7dcfe01767
commit 092cb044a7

View File

@@ -3167,6 +3167,8 @@ powerpc*-wrs-vxworks7r*)
tm_file="${tm_file} rs6000/sysv4.h rs6000/biarch64.h rs6000/default64.h rs6000/linux64.h"
tm_file="${tm_file} vx-common.h vxworks.h rs6000/vxworks.h"
tm_p_file="${tm_p_file} linux-protos.h"
extra_options="${extra_options} rs6000/sysv4.opt linux.opt rs6000/linux64.opt"
tmake_file="${tmake_file} t-linux rs6000/t-linux64 rs6000/t-fprules rs6000/t-ppccomm"