summaryrefslogtreecommitdiff
path: root/i686-w64-mingw32-configure
blob: 6fff79ae6a8d2a3c4affc69b2ea6785763eb48fd (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