windows-x86: Use older mingw-w64 based off GCC 4.9.2 instead of 5.1.0.

This commit is contained in:
Matt McCormick 2015-05-05 01:32:42 -04:00
parent 58047c2f20
commit b9217e3d11

View File

@ -45,10 +45,10 @@ RUN dpkg --add-architecture i386 && \
wine hostname
WORKDIR /usr/src
# mxe master 2015-05-04
# mxe master 2015-03-12, prior to mingw-w64 update, which is based on GCC 5
RUN git clone https://github.com/mxe/mxe.git && \
cd mxe && \
git checkout e56d6e7876a0a5253c4cce10a9198f0203d56923
git checkout 149afe17a43c50c234dcadeb4a69e61e272a747a
WORKDIR /usr/src/mxe
COPY settings.mk /usr/src/mxe/
RUN make -j$(nproc)