Skip to content

Commit

Permalink
Merge pull request #115 from docker-library/revert-114-marm
Browse files Browse the repository at this point in the history
Revert "Add `-marm` to arm32v6 so it can be armv6-from-armv7-compiler instead…"
  • Loading branch information
yosifkit authored Mar 19, 2024
2 parents 9421ae1 + cbaef89 commit d21c6a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.build
Original file line number Diff line number Diff line change
Expand Up @@ -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; \
Expand Down
Binary file modified arm32v6/hello-world/hello
Binary file not shown.

0 comments on commit d21c6a0

Please sign in to comment.