Add -static-libgcc for mingw32 builds

This commit is contained in:
pancake 2013-10-24 14:08:03 +02:00
parent bec4f5b63a
commit dd050b3dfb

View File

@ -31,5 +31,5 @@ fi
make mrproper
./configure ${CFGFLAGS} --with-compiler=$C --host=$H && \
make -s -j ${MAKE_JOBS} && \
make -s -j ${MAKE_JOBS} CC="${C} -static-libgcc" && \
make w32dist