Commit 363fbe69 authored by bol-van's avatar bol-van
Browse files

github: remove sdiv crash on old armv7

parent 5cc46a98
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -94,7 +94,7 @@ jobs:
              OPTIMIZE=-Os
              ;;
            arm)
              CPU="-mcpu=cortex-a7 -mthumb"
              CPU="-mcpu=arm1176jzf-s -mthumb"
              ;;
          esac