diff options
| author | Bond_009 <bond.009@outlook.com> | 2022-11-05 17:34:20 +0100 |
|---|---|---|
| committer | Bond_009 <bond.009@outlook.com> | 2022-11-05 17:34:20 +0100 |
| commit | 050db4c2c3681940730d16439315c9a58a4a8672 (patch) | |
| tree | 3b5ade7b9985ba5f7e89ddc4d3768f2c81de66c1 /scripts | |
| parent | 0be806da1ce6b5869da3021f61ae3decc7b16602 (diff) | |
Build binutils fir riscv64-elf
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/.local/bin/update-binutils | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/.local/bin/update-binutils b/scripts/.local/bin/update-binutils index ae2ca80..cae7387 100755 --- a/scripts/.local/bin/update-binutils +++ b/scripts/.local/bin/update-binutils @@ -2,7 +2,7 @@ set -ef -TARGETS="x86_64-elf aarch64-elf" +TARGETS="aarch64-elf riscv64-elf x86_64-elf" [ -z "$1" ] && echo "$0: missing url" && exit 1 |
