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