Parse floating-point values without leading 0 correctly
[geda-pcb/whiteaudio.git] / w32 / minipack.conf
blob27c69ac69a8b3057f7a4f3c256f7cdd11aa24434
1 # Change the host for your toolchain.
2 # Or comment to use native building.
3 host=i586-mingw32msvc
5 # Guess the build platform.
6 build=`mpk-config.guess`
8 # Some useful mingw 32-bit flags.
9 CFLAGS='-O3 -s -mms-bitfields -march=i686'
10 CXXFLAGS=$CFLAGS
12 # Useful for multi-core CPUs
13 default_make_opts=-j3
15 # Needed (at least on Ubuntu 9.10) so mingw-runtime include files
16 # can override certain ones provided by mingw-gcc.
17 CPPFLAGS=-B/usr/i586-mingw32msvc
19 # Place your favorite GNU mirror here.
20 gnu_mirror=http://ftp.unicamp.br/pub/gnu
22 # Full path to the source cache.
23 # Default: $topdir/sources
24 # sourcedir=
26 # Full path to the directory to place the results.
27 # Default: $topdir/result
28 # resultdir=
30 # Full path to the build directory.
31 # Default: $topdir/build
32 # builddir=
34 # Full path to the build recipes directory.
35 # Default: $prefix/recipes
36 # recipedir=
38 # Full path to the patches directory.
39 # Default: $prefix/patches
40 # patchdir=