]> git.ipfire.org Git - thirdparty/gcc.git/commit
Use CONFIG_SHELL-/bin/sh in genmultilib
authorAlexandre Oliva <oliva@adacore.com>
Thu, 27 Apr 2023 12:00:14 +0000 (09:00 -0300)
committerAlexandre Oliva <oliva@gnu.org>
Thu, 27 Apr 2023 12:00:14 +0000 (09:00 -0300)
commitb5f04a4db59f61f416f23801902cbf4d0f50dc15
treef41021aeac4935b232020834e270f4f78306fda3
parent2b8ac1df6493eb1789c7c4d9f3df280ef9cf0ac4
Use CONFIG_SHELL-/bin/sh in genmultilib

There are still shells on some systems that lack the ability to start
scripts when not using the shell name explicitly.  Adjust genmultilib
to use ${CONFIG_SHELL-/bin/sh} the same way configure does.

for  gcc/ChangeLog

* genmultilib: Use CONFIG_SHELL to run sub-scripts.
gcc/genmultilib