Get rid of the <foo>-static libraries, libtool doesn't know that they need to be...
authorZoltan Varga <vargaz@gmail.com>
Wed, 8 Feb 2012 20:04:20 +0000 (21:04 +0100)
committerZoltan Varga <vargaz@gmail.com>
Wed, 8 Feb 2012 20:04:31 +0000 (21:04 +0100)
commit8e386cce7f723f16624b49b3074b09e3e34da39d
tree7c02ac5062c4d9eac8cd5418cadb0ed2137cc699
parent112eb895ba538c6d1bd191187bc95b51bdb26408
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.
configure.in
eglib/src/Makefile.am
libgc/Makefile.am
mono/metadata/Makefile.am
mono/mini/Makefile.am