github: remove sdiv crash on old armv7

This commit is contained in:
bol-van
2026-03-12 20:51:57 +03:00
parent 348f907b47
commit 7cdc75d0db
+1 -1
View File
@@ -106,7 +106,7 @@ jobs:
OPTIMIZE=-Os OPTIMIZE=-Os
;; ;;
arm) arm)
CPU="-mcpu=cortex-a7 -mthumb" CPU="-mcpu=arm1176jzf-s -mthumb"
;; ;;
arm64|mips64) arm64|mips64)
# not safe without GC64 # not safe without GC64