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.
This commit is contained in:
Peter Wang
2018-03-01 16:15:04 +11:00
parent 76cd5898d8
commit 04ad98c7b4
5 changed files with 39 additions and 5 deletions

View File

@@ -34,6 +34,7 @@ README.MinGW-cross
README.MS-VisualC
README.MS-Windows
README.OSF1
README.OpenBSD
README.Solaris
README.ssdebug
README.CSharp