aboutsummaryrefslogtreecommitdiff
path: root/libcpp/include
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2021-12-02 22:00:04 -0500
committerJeff Law <jeffreyalaw@gmail.com>2021-12-02 22:00:04 -0500
commit66e157188bd2f789809e17e85f917534c9381599 (patch)
treec0e7a80a0a6c5492f855ae81a96641255b0d626c /libcpp/include
parent711084c9450c49b372e177d94ae99fc642e1cc73 (diff)
downloadgcc-66e157188bd2f789809e17e85f917534c9381599.zip
gcc-66e157188bd2f789809e17e85f917534c9381599.tar.gz
gcc-66e157188bd2f789809e17e85f917534c9381599.tar.bz2
gcc: Fix "argument list too long" from install-plugins
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.purdie@linuxfoundation.org> gcc/ChangeLog: * Makefile.in: Fix "argument list too long" from install-plugins. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'libcpp/include')
0 files changed, 0 insertions, 0 deletions