summaryrefslogtreecommitdiff
path: root/binary
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2011-03-30 16:12:06 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2011-03-30 16:12:06 +0200
commit6a9aeb7eed00b1f03039b73f72015e65bbea48b4 (patch)
treefb0f77bdf6e7c7c7dc970025669d56a49fbbd7ca /binary
parent457b2c78ff3b6da7856c6d336de6e1b2dc3a4d60 (diff)
Update with multi-database build and SQLite support
Diffstat (limited to 'binary')
-rwxr-xr-xbinary/mingw/build-dist2
1 files changed, 1 insertions, 1 deletions
diff --git a/binary/mingw/build-dist b/binary/mingw/build-dist
index 2c5d31b..23a5834 100755
--- a/binary/mingw/build-dist
+++ b/binary/mingw/build-dist
@@ -198,7 +198,7 @@ else
rm -f gcc/cc1plus.exe gcc/cc1plus-dummy.exe
fi
-make STATIC_PLUGIN_LIBS="$out_root/odb-build/odb/.libs/odb.a $out_root/libcutl/cutl/.libs/libcutl.a -lstdc++ -static-libgcc"
+make STATIC_PLUGIN_LIBS="-Wl,--whole-archive $out_root/odb-build/odb/.libs/odb.a -Wl,--no-whole-archive $out_root/libcutl/cutl/.libs/libcutl.a -lstdc++ -static-libgcc"
make install
make -C i686-mingw32/libstdc++-v3 install-strip
cd ..