Add `-marm` to arm32v6 so it can be armv6-from-armv7-compiler instead of armv6-from-armv5-compiler

This commit is contained in:
Tianon Gravi 2024-03-14 15:10:33 -07:00
parent 6cbbe901e0
commit a1c987751f
2 changed files with 2 additions and 2 deletions

View File

@ -70,8 +70,8 @@ RUN set -ex; \
RUN set -ex; \ RUN set -ex; \
make clean all test \ make clean all test \
TARGET_ARCH='arm32v6' \ TARGET_ARCH='arm32v6' \
CROSS_COMPILE='arm-linux-gnueabi-' \ CROSS_COMPILE='arm-linux-gnueabihf-' \
CFLAGS+='-march=armv6+fp' \ CFLAGS+='-marm -march=armv6+fp' \
ARCH_TEST='armhf' ARCH_TEST='armhf'
RUN set -ex; \ RUN set -ex; \

Binary file not shown.