mirror of
https://github.com/Mercury-Language/mercury.git
synced 2025-12-09 10:52:24 +00:00
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.
13 lines
310 B
Plaintext
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>
|
|
|