Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 0 additions & 11 deletions Dockerfile.build
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ RUN set -eux; \
libc6-dev-armel-cross \
libc6-dev-armhf-cross \
libc6-dev-i386-cross \
libc6-dev-mips64el-cross \
libc6-dev-ppc64el-cross \
libc6-dev-riscv64-cross \
libc6-dev-s390x-cross \
Expand All @@ -29,7 +28,6 @@ RUN set -eux; \
gcc-arm-linux-gnueabi \
gcc-arm-linux-gnueabihf \
gcc-i686-linux-gnu \
gcc-mips64el-linux-gnuabi64 \
gcc-powerpc64le-linux-gnu \
gcc-riscv64-linux-gnu \
gcc-s390x-linux-gnu \
Expand Down Expand Up @@ -73,9 +71,6 @@ RUN set -eux; \
WORKDIR /usr/src/hello
COPY . .

# https://bugs.debian.org/1050429: error: unrecognized command-line option '-EL' (on mips64le specifically/only)
RUN patch --input="$PWD/musl-gcc-mips64le.patch" /usr/local/src/musl/tools/musl-gcc.specs.sh

# the following steps are grouped into "architecture families" and roughly ordered in a descending compatibility way such that we end up with the most accurate ".host-arch" symlink we can reasonably get

RUN set -ex; \
Expand Down Expand Up @@ -114,12 +109,6 @@ RUN set -ex; \
# EXTRA_CFLAGS='-march=armv5te' \
ARCH_TEST='armel'

RUN set -ex; \
make clean all test \
TARGET_ARCH='mips64le' \
CROSS_COMPILE='mips64el-linux-gnuabi64-' \
ARCH_TEST='mips64el'

RUN set -ex; \
make clean all test \
TARGET_ARCH='ppc64le' \
Expand Down
3 changes: 0 additions & 3 deletions mips64le/Dockerfile

This file was deleted.

Binary file removed mips64le/hello
Binary file not shown.
19 changes: 0 additions & 19 deletions musl-gcc-mips64le.patch

This file was deleted.

Loading