Files
mercury/README.OpenBSD
Peter Wang 04ad98c7b4 Support OpenBSD.
configure.ac:
    Set flags to build Boehm GC with threads support and parallel
    marking.

    Prevent use of "__thread" storage class specifier on OpenBSD;
    it does not work.

    Enable shared libraries on OpenBSD.

README.OpenBSD:
    New file.

.README.in:
README.md:
    Mention README.OpenBSD.

.nocopyright:
    Add README.OpenBSD.
2018-03-01 17:52:38 +11:00

13 lines
310 B
Plaintext

Mercury on OpenBSD
==================
Tested on OpenBSD 6.2 amd64 with clang 4.0 and gcc 4.9.
The base version of gcc is 4.2.1, but you can install a more recent
version from ports with "pkg_add gcc", then direct Mercury to use 'egcc'
by running:
CC=egcc ./configure <your normal configure arguments>