Skip to content

Commit 88f28f1

Browse files
committed
Updated make_toolchain.sh
1 parent 050af3a commit 88f28f1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/scripts/make_toolchain.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ function download_i686_elf
7575
if ls "$TESTDIR/I686_ELF_TOOLS" 1> /dev/null 2>&1; then
7676
echo "I686_elf toolchain is already built. To reinstall, remove $TESTDIR/I686_ELF_TOOLS"
7777
else
78+
mkdir -p "$SYSROOT/src/build-i686-elf/"
7879
wget https://github.com/lordmilko/i686-elf-tools/releases/download/7.1.0/i686-elf-tools-linux.zip -O "$I686_ELF_TOOLCHAIN_ZIP"
7980
touch "$TESTDIR/I686_ELF_TOOLS"
8081
extract_i686_elf

0 commit comments

Comments
 (0)