[netcore] Disable libmonoruntime-support.la build on netcore (mono/mono#17885)
authorAlexander Köplinger <alex.koeplinger@outlook.com>
Sat, 23 Nov 2019 09:06:40 +0000 (10:06 +0100)
committerZoltan Varga <vargaz@gmail.com>
Sat, 23 Nov 2019 09:06:40 +0000 (10:06 +0100)
commitf23af6aa20296627a2adc8dab73174575e2c9c0a
tree091ba9aa61f5a999bc62ef0bd25bcebe88706c22
parent3a941b73a72539c853e7ce08b7597d9de7fe7da9
[netcore] Disable libmonoruntime-support.la build on netcore (mono/mono#17885)

It's used for the zlib compression helpers used by System.IO.Compression in the old Mono BCL.
On corefx this is handled differently so we don't need it there.

To avoid automake complaining about missing files we include the .c files directly instead of in the Makefile.

Commit migrated from https://github.com/mono/mono/commit/165e28ae97cc3bcac2f36484c74e8cd7c39ee9f1
src/mono/mono/metadata/Makefile.am
src/mono/mono/metadata/empty.c [deleted file]
src/mono/mono/metadata/support.c [new file with mode: 0644]