Merge pull request #2868 from akoeplinger/maccore-fixes
authormonojenkins <jo.shields+jenkins@xamarin.com>
Mon, 11 Apr 2016 15:50:26 +0000 (16:50 +0100)
committermonojenkins <jo.shields+jenkins@xamarin.com>
Mon, 11 Apr 2016 15:50:26 +0000 (16:50 +0100)
[metadata] Ifdef out an icall that is not available in the DISABLE_REFLECTION_EMIT case

It caused errors like the following on the maccore builds:

```
  CCLD     libmonosgen-2.0.la
Undefined symbols for architecture armv7k:
  "_mono_reflection_get_custom_attrs_blob_checked", referenced from:
      _ves_icall_System_Reflection_Emit_CustomAttributeBuilder_GetBlob in libmonoruntimesgen.a(libmonoruntimesgen_la-icall.o)
ld: symbol(s) not found for architecture armv7k
```

---

This is the last patch required for getting maccore master to build again with mono master.

@monojenkins merge


Trivial merge