1 # Change the host for your toolchain.
2 # Or comment to use native building.
9 # Guess the build platform.
10 build=`mpk-config.guess`
12 # Some useful mingw 32-bit flags.
13 CFLAGS='-O3 -s -mms-bitfields -march=i686'
16 # Needed (at least on Ubuntu and Gentoo) so mingw-runtime include files
17 # can override certain ones provided by mingw-gcc.
24 # CPPFLAGS=-B/usr/$host/usr
28 # Place your favorite GNU mirror here.
29 # gnu_mirror=http://ftp.unicamp.br/pub/gnu
31 # Full path to the source cache.
32 # Default: $topdir/sources
35 # Full path to the directory to place the results.
36 # Default: $topdir/result
39 # Full path to the build directory.
40 # Default: $topdir/build
43 # Full path to the build recipes directory.
44 # Default: $prefix/recipes
47 # Full path to the patches directory.
48 # Default: $prefix/patches