Skip to content

Commit 23ab462

Browse files
committed
[script] fix target triplet for armv6
1 parent 4cd81f6 commit 23ab462

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/copy_libedgetpu_runtime.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ get_libedgetpu_triplet() {
1919
if [ "${TARGET_ARCH}" = "arm" ]; then
2020
case "${TARGET_CPU}" in
2121
arm1176jzf_s*)
22-
echo "armv6l-${TARGET_OS}-${TARGET_ABI}"
22+
echo "armv6-${TARGET_OS}-${TARGET_ABI}"
2323
;;
2424
cortex*)
2525
echo "armv7l-${TARGET_OS}-${TARGET_ABI}"

0 commit comments

Comments
 (0)