Skip to content

Commit 8697164

Browse files
committed
c_check: loongarch64: Fix typo
Fixes: 42c7a27
1 parent b8697b3 commit 8697164

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

c_check

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ case "$architecture" in
131131
defined=1
132132
;;
133133
arm|arm64) defined=1 ;;
134-
zarch|e2k|alpha|ia64|riscv64|loonarch64|wasm)
134+
zarch|e2k|alpha|ia64|riscv64|loongarch64|wasm)
135135
defined=1
136136
BINARY=64
137137
;;

0 commit comments

Comments
 (0)