We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cd81f6 commit 23ab462Copy full SHA for 23ab462
scripts/copy_libedgetpu_runtime.sh
@@ -19,7 +19,7 @@ get_libedgetpu_triplet() {
19
if [ "${TARGET_ARCH}" = "arm" ]; then
20
case "${TARGET_CPU}" in
21
arm1176jzf_s*)
22
- echo "armv6l-${TARGET_OS}-${TARGET_ABI}"
+ echo "armv6-${TARGET_OS}-${TARGET_ABI}"
23
;;
24
cortex*)
25
echo "armv7l-${TARGET_OS}-${TARGET_ABI}"
0 commit comments