Skip to content

Commit 22bba01

Browse files
committed
UPDATE.sh: add riscv
1 parent 67f079b commit 22bba01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

UPDATE.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ find generic -name '..install.cmd' -exec rm {} +
3434
find generic -name '.install' -exec rm {} +
3535
git add generic/include/
3636

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

0 commit comments

Comments
 (0)