Skip to content

Commit

Permalink
UPDATE.sh: add riscv
Browse files Browse the repository at this point in the history
  • Loading branch information
rofl0r committed Aug 8, 2023
1 parent 67f079b commit 22bba01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UPDATE.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ find generic -name '..install.cmd' -exec rm {} +
find generic -name '.install' -exec rm {} +
git add generic/include/

for arch in arm arm64 powerpc mips x86 microblaze openrisc sh s390 m68k
for arch in arm arm64 powerpc mips x86 microblaze openrisc sh s390 m68k riscv
do
test -e $arch/include && git rm -rf $arch/include/*
mkdir -p $arch/include
Expand Down

0 comments on commit 22bba01

Please sign in to comment.