We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 050af3a commit 88f28f1Copy full SHA for 88f28f1
src/scripts/make_toolchain.sh
@@ -75,6 +75,7 @@ function download_i686_elf
75
if ls "$TESTDIR/I686_ELF_TOOLS" 1> /dev/null 2>&1; then
76
echo "I686_elf toolchain is already built. To reinstall, remove $TESTDIR/I686_ELF_TOOLS"
77
else
78
+ mkdir -p "$SYSROOT/src/build-i686-elf/"
79
wget https://github.com/lordmilko/i686-elf-tools/releases/download/7.1.0/i686-elf-tools-linux.zip -O "$I686_ELF_TOOLCHAIN_ZIP"
80
touch "$TESTDIR/I686_ELF_TOOLS"
81
extract_i686_elf
0 commit comments