Revert "Add `-marm` to arm32v6 so it can be armv6-from-armv7-compiler instead…"

This commit is contained in:
Tianon Gravi 2024-03-19 10:39:39 -07:00 committed by GitHub
parent 9421ae16d7
commit cbaef8901e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

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

Binary file not shown.