Revert "RISC-V: Detect python and pick best one for calling multilib-generator"
This reverts commit e695f0101a
.
This commit is contained in:
parent
b136b7a787
commit
e0335bb7d1
1 changed files with 1 additions and 2 deletions
|
@ -4730,10 +4730,9 @@ case "${target}" in
|
|||
echo "--with-multilib-list= can't used with --with-multilib-generator= at same time" 1>&2
|
||||
exit 1
|
||||
fi
|
||||
PYTHON=`which python || which python3 || which python2`
|
||||
case "${target}" in
|
||||
riscv*-*-elf*)
|
||||
if ${PYTHON} ${srcdir}/config/riscv/multilib-generator \
|
||||
if ${srcdir}/config/riscv/multilib-generator \
|
||||
`echo ${with_multilib_generator} | sed 's/;/ /g'`\
|
||||
> t-multilib-config;
|
||||
then
|
||||
|
|
Loading…
Add table
Reference in a new issue