summaryrefslogtreecommitdiff
path: root/i686-w64-mingw32-configure
blob: 11c3b587fc5896d80348c85555b099b69dbabf09 (plain)
1
2
3
4
5
6
#!/bin/sh
export TARGET=i686-w64-mingw32
export CC=$TARGET-gcc
export CPPFLAGS="$CPPFLAGS -DDEBUG"
export CFLAGS="$CFLAGS -g"
./configure --host=$TARGET --prefix=/usr/$TARGET/usr