xamarin-macios/builds
Rolf Bjarne Kvinge 46b9a5bfbf [builds] Apply magic to make us build on Sierra. (#911)
* Pass -Wl,-no_weak_imports to the linker so that   we don't accidentally use
  symbols weakly. This would   cause problems on older OSes where the symbol
  isn't there, because our code is not prepared to deal with weakly linked
  symbols.

* Manually disable fstatat and readlinkat (introduced with Xcode 7 in iOS 8 /
  macOS 10.10), found by the above.

* Manually disable __thread support for a few targets, since mono's configure
  script doesn't properly detect it's not supported.

* Manually disable clock_nanosleep, since mono's configure script doesn't
  properly detect it's not supported.
2016-09-28 20:27:10 -04:00
..
.gitignore Use the watchOS mono submodule. 2016-05-16 11:06:03 +02:00
Makefile [builds] Apply magic to make us build on Sierra. (#911) 2016-09-28 20:27:10 -04:00
Mono.framework-Info.plist Add our mono runtimes to the build. 2016-04-24 14:47:24 -04:00
Mono.framework-tvos.Info.plist Add our mono runtimes to the build. 2016-04-24 14:47:24 -04:00
Mono.framework-watchos.Info.plist Add our mono runtimes to the build. 2016-04-24 14:47:24 -04:00
mac-System.config Add our mono runtimes to the build. 2016-04-24 14:47:24 -04:00
mono-wrapper.in Add our mono runtimes to the build. 2016-04-24 14:47:24 -04:00
wrap-autogen.sh Add our mono runtimes to the build. 2016-04-24 14:47:24 -04:00
wrap-configure.sh Add our mono runtimes to the build. 2016-04-24 14:47:24 -04:00