From b97a927bac014a6f6b8a3466f989a5665be7d2db Mon Sep 17 00:00:00 2001 From: Neiviv-ui Date: Wed, 23 Jun 2021 12:17:40 +0200 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'configure.sh'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- configure.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configure.sh b/configure.sh index bd73537..c50c77d 100755 --- a/configure.sh +++ b/configure.sh @@ -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