Revert "Get rid of the <foo>-static libraries, libtool doesn't know that they need...
authorZoltan Varga <vargaz@gmail.com>
Sat, 3 Mar 2012 16:14:02 +0000 (17:14 +0100)
committerZoltan Varga <vargaz@gmail.com>
Sat, 3 Mar 2012 16:16:41 +0000 (17:16 +0100)
commit6c0c226bed97ccca1cae86c4c8504dcf737c210e
treeb5a6395b3c9a05a8079121297980e26a219fbaa6
parent48d2444470446e768041e690029035e54e0de7e0
Revert "Get rid of the <foo>-static libraries, libtool doesn't know that they need to be compiled only in static mode, so each source file was compiled up to 8 times. Pass -static in the _LDFLAGS for the mono executables instead."

This reverts commit 8e386cce7f723f16624b49b3074b09e3e34da39d.

The libtool convenience libraries only contain the PIC versions of object files, causing fast tls support to fail.
configure.in
eglib/src/Makefile.am
libgc/Makefile.am
mono/metadata/Makefile.am
mono/mini/Makefile.am