On 10/27/2021 2:05 PM, Richard Purdie via Gcc-patches wrote:
When building in longer build paths (200+ characters), the
"echo $(PLUGIN_HEADERS)" from the install-plugins target would cause an
"argument list too long error" on some systems.

Avoid this by calling make's sort function on the list which removes
duplicates and stops the overflow from reaching the echo command.
The original sort is left to handle the the .h and .def files.

2021-10-26 Richard Purdie<richard.pur...@linuxfoundation.org>

gcc/ChangeLog:

     * Makefile.in: Fix "argument list too long" from install-plugins

Signed-off-by: Richard Purdie<richard.pur...@linuxfoundation.org>
Thanks.  I've pushed this to the trunk.  Sorry about the long wait.
jeff

Reply via email to