X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=README.md;h=0a62776579733820c77ef2877ad822ee84dda2bf;hb=eb602f66dcdfdcbacd64ce8c6c09996a7f686916;hp=c530d4a18bb485b86434447498efe899b984a1c2;hpb=9910c4b3644e05abea28783527de3235132ff584;p=mono.git diff --git a/README.md b/README.md index c530d4a18bb..0a627765797 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,7 @@ The Mono project is part of the [.NET Foundation](http://www.dotnetfoundation.or | Windows | amd64 | [![windows-amd64][15]][16] | | Windows | i386 | [![windows-amd64][17]][18] | | CentOS | s390x (cs) | [![centos-s390x][19]][20] | +| Debian 8 | ppc64el (cs) | [![debian-8-ppc64el][21]][22]| _(cs) = community supported architecture_ @@ -50,8 +51,10 @@ _(cs) = community supported architecture_ [16]: https://jenkins.mono-project.com/job/z/label=w64/ [17]: https://jenkins.mono-project.com/job/z/label=w32/badge/icon [18]: https://jenkins.mono-project.com/job/z/label=w32/ -[19]: https://jenkins.mono-project.com/job/z/label=centos-s390x/badge/icon -[20]: https://jenkins.mono-project.com/job/z/label=centos-s390x +[19]: https://jenkins.mono-project.com/job/test-mono-mainline-community/label=centos-s390x/badge/icon +[20]: https://jenkins.mono-project.com/job/test-mono-mainline-community/label=centos-s390x +[21]: https://jenkins.mono-project.com/job/test-mono-mainline-community-chroot/label=debian-8-ppc64el/badge/icon +[22]: https://jenkins.mono-project.com/job/test-mono-mainline-community-chroot/label=debian-8-ppc64el Compilation and Installation ============================ @@ -193,7 +196,7 @@ collector. both a `mono` binary and a `mono-sgen` binary. `mono` uses Boehm, while `mono-sgen` uses the Simple Generational GC. -* `--with-gc=[included, boehm, none]` - Selects the default Boehm +* `--with-libgc=[included, boehm, none]` - Selects the default Boehm garbage collector engine to use. * *included*: (*slightly modified Boehm GC*) This is the default