]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Connect lib/libomp to the build.
authordim <dim@FreeBSD.org>
Sat, 16 Mar 2019 15:45:15 +0000 (15:45 +0000)
committerdim <dim@FreeBSD.org>
Sat, 16 Mar 2019 15:45:15 +0000 (15:45 +0000)
commit4c7b5705761810c20d2be3f92163efab7feb3b50
treef2a8b128da9ea835307f63dc4c0b186c83deca56
parentac90eb90b37c39c5bed48c1e725ecea4755f3616
Connect lib/libomp to the build.

* Set MK_OPENMP to yes by default only on amd64, for now.
* Bump __FreeBSD_version to signal this addition.
* Ensure gcc's conflicting omp.h is not installed if MK_OPENMP is yes.
* Update OptionalObsoleteFiles.inc to cope with the conflicting omp.h.
* Regenerate src.conf(5) with new WITH/WITHOUT fragments.

Relnotes: yes
PR: 236062
MFC after: 1 month
X-MFC-With: r344779
gnu/lib/Makefile
lib/Makefile
share/man/man5/src.conf.5
share/mk/src.opts.mk
sys/sys/param.h
tools/build/mk/OptionalObsoleteFiles.inc
tools/build/options/WITHOUT_OPENMP [new file with mode: 0644]
tools/build/options/WITH_OPENMP [new file with mode: 0644]