historical/m0-applesillicon.git/xnu-qemu-arm64-5.1.0/tests/docker/dockerfiles/fedora-cris-cross.docker
2024-01-16 11:20:27 -06:00

8 lines
164 B
Docker

#
# Cross compiler for cris system tests
#
FROM fedora:30
ENV PACKAGES gcc-cris-linux-gnu
RUN dnf install -y $PACKAGES
RUN rpm -q $PACKAGES | sort > /packages.txt