Skip to content

Commit

Permalink
Update install script
Browse files Browse the repository at this point in the history
  • Loading branch information
zyedidia committed Aug 14, 2024
1 parent 0b4e7a9 commit a5c0d0b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion install-toolchain.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ rm -rf build-toolchain
export PATH=$PREFIX/bin:$PATH

# install clang
# (cd toolchain/lfi-clang && ./install-toolchain.sh $PREFIX/clang $TARGET_ARCH)
if [ "$TARGET_ARCH" != x86_64 ]; then
(cd toolchain/lfi-clang && ./install-toolchain.sh $PREFIX/clang $TARGET_ARCH)
fi

# install gcc
(cd toolchain/lfi-gcc && ./install-toolchain.sh $PREFIX/gcc $TARGET_ARCH)

0 comments on commit a5c0d0b

Please sign in to comment.