summaryrefslogtreecommitdiff
path: root/lib/libomp/Makefile
AgeCommit message (Expand)Author
2025-04-24Partially revert 6527682ab705 for llvm-based projectsDimitry Andric
2025-04-11src: Use gnu++17 as the default C++ standardJohn Baldwin
2024-07-15Remove residual blank line at start of MakefileWarner Losh
2024-05-22arm64: Allow userspace to be built with PAC and BTIAndrew Turner
2024-04-06Merge llvm-project main llvmorg-18-init-15088-gd14ee76181fbDimitry Andric
2023-12-08Merge llvm-project main llvmorg-17-init-19304-gd0b54bb50e51Dimitry Andric
2023-08-16Remove $FreeBSD$: one-line sh patternWarner Losh
2020-01-27Update build glue for libomp.Dimitry Andric
2019-12-20Move all sources from the llvm project into contrib/llvm-project.Dimitry Andric
2019-09-08When building libomp for i386, clang 9.0.0 produces a new warning aboutDimitry Andric
2019-09-01Update build glue for building libomp.Dimitry Andric
2019-05-19To avoid unnecessarily modifying ports, add a -lgomp symlink, since GCCDimitry Andric
2019-03-29Standardize `-std=c++* as `CXXSTD`Enji Cooper
2019-03-29Revert r345706: the third time will be the charmEnji Cooper
2019-03-29Standardize `-std=c++* as `CXXSTD`Enji Cooper
2019-03-29Revert r345704Enji Cooper
2019-03-29CXXSTD is the C++ analogue to CSTD.Enji Cooper
2019-03-18Remove --as-needed from the linker flags for libomp.so, as theseDimitry Andric
2019-03-18Also explicitly link libomp.so against -lm, as it transitively dependsDimitry Andric
2019-03-17Explicitly link libomp.so against -lpthread, as it depends on pthreadDimitry Andric
2019-03-16Add lib/libomp, with a Makefile, and generated configuration headers.Dimitry Andric