blob: e5194c04e8ddfc2469fb7c07c3c9e6f910eb7141 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#! /bin/sh
../binutils/configure \
--host i686-w64-mingw32 \
--target i686-w64-mingw32 \
--prefix=/mingw \
--with-sysroot=/mingw \
--disable-nls \
--disable-shared \
--disable-debug \
CFLAGS=-O2
|