qapi/misc.json: Remove superfluous words in CpuModelExpansionType
[qemu/armbru.git] / tests / docker / dockerfiles / debian-win32-cross.docker
blobdd021f2df038044f64e4c0f807c49f8da5dd4471
2 # Docker mingw32 cross-compiler target
4 # This docker target builds on the debian Jessie MXE base image.
6 FROM qemu:debian8-mxe
8 MAINTAINER Philippe Mathieu-Daudé <f4bug@amsat.org>
10 ENV TARGET i686
12 RUN DEBIAN_FRONTEND=noninteractive eatmydata \
13     apt-get install -y --no-install-recommends \
14         mxe-$TARGET-w64-mingw32.shared-bzip2 \
15         mxe-$TARGET-w64-mingw32.shared-curl \
16         mxe-$TARGET-w64-mingw32.shared-glib \
17         mxe-$TARGET-w64-mingw32.shared-libgcrypt \
18         mxe-$TARGET-w64-mingw32.shared-libssh2 \
19         mxe-$TARGET-w64-mingw32.shared-libusb1 \
20         mxe-$TARGET-w64-mingw32.shared-lzo \
21         mxe-$TARGET-w64-mingw32.shared-nettle \
22         mxe-$TARGET-w64-mingw32.shared-ncurses \
23         mxe-$TARGET-w64-mingw32.shared-pixman \
24         mxe-$TARGET-w64-mingw32.shared-pkgconf \
25         mxe-$TARGET-w64-mingw32.shared-pthreads \
26         mxe-$TARGET-w64-mingw32.shared-sdl2 \
27         mxe-$TARGET-w64-mingw32.shared-sdl2-mixer \
28         mxe-$TARGET-w64-mingw32.shared-sdl2-gfx \
29         mxe-$TARGET-w64-mingw32.shared-zlib
31 # Specify the cross prefix for this image (see tests/docker/common.rc)
32 ENV QEMU_CONFIGURE_OPTS --cross-prefix=$TARGET-w64-mingw32.shared-