Add `-marm` to arm32v6 so it can be armv6-from-armv7-compiler instead of armv6-from-armv5-compiler
This commit is contained in:
parent
6cbbe901e0
commit
a1c987751f
|
|
@ -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.
Loading…
Reference in New Issue