Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Kartatz committed May 19, 2024
1 parent 4f0066e commit 98f9294
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ if ! [ -f "${lld_tarball}" ]; then
target='x86_64-unknown-linux-gnu'
fi

wget --no-verbose "https://github.com/AmanoTeam/LLVM-LLD-Builds/releases/latest/download/${target}.tar.xz" --output-document="${mpc_tarball}"
wget --no-verbose "https://github.com/AmanoTeam/LLVM-LLD-Builds/releases/latest/download/${target}.tar.xz" --output-document="${lld_tarball}"
tar --directory="${toolchain_directory}" --extract --strip='1' --file="${lld_tarball}"
fi

Expand Down Expand Up @@ -194,8 +194,8 @@ sed -i 's/#include <stdint.h>/#include <stdint.h>\n#include <stdio.h>/g' "${tool
[ -d "${binutils_directory}/build" ] || mkdir "${binutils_directory}/build"

declare -r targets=(
'amd64'
'armv7'
'amd64'
'riscv64'
'arm64'
'powerpc64'
Expand Down

0 comments on commit 98f9294

Please sign in to comment.