Mise à jour de 'configure.sh'

This commit is contained in:
Neiviv-ui 2021-06-23 12:17:40 +02:00
parent 0e9ffdd1b2
commit b97a927bac
1 changed files with 2 additions and 1 deletions

View File

@ -71,8 +71,9 @@ mkdir -p sh3eb-elf/bin
ln -sf $(command -v sh-elf-as) sh3eb-elf/bin/as
ln -sf $(command -v sh-elf-ld) sh3eb-elf/bin/ld
ln -sf $(command -v sh-elf-ar) sh3eb-elf/bin/ar
ln -sf $(command -v sh-elf-nm) sh3eb-elf/bin/nm
ln -sf $(command -v sh-elf-ranlib) sh3eb-elf/bin/ranlib
ln -sf $(command -v sh-elf-nm) sh3eb-elf/bin/ranlib
cd build