aboutsummaryrefslogtreecommitdiff
path: root/share/man/man5
diff options
context:
space:
mode:
authorDimitry Andric <dim@FreeBSD.org>2019-09-26 18:24:04 +0000
committerDimitry Andric <dim@FreeBSD.org>2019-09-26 18:24:04 +0000
commit6b3555c38ee5fc01ab4cd6ef4ad73b0854b0dc62 (patch)
tree9803ed4c5592c0023a74b3a308fcd240c7ba1cd1 /share/man/man5
parent8b1412a144262b8444b16ae2f2940152aec61901 (diff)
downloadsrc-6b3555c38ee5fc01ab4cd6ef4ad73b0854b0dc62.tar.gz
src-6b3555c38ee5fc01ab4cd6ef4ad73b0854b0dc62.zip
Enable OpenMP for powerpc64
Summary: When powerpc64 switches to LLVM, use this patch to enable OpenMP as well. OpenMP on PPC is only for 64-bits, so don't make a 32-bit libomp. A change to openmp files is necesssary (under review on https://reviews.llvm.org/D67190), because it determines ELF format version based on endianness, which is incorrect. Reviewed by: alfredo.junior_eldorado.org.br, #manpages Differential Revision: https://reviews.freebsd.org/D21532
Notes
Notes: svn path=/projects/clang900-import/; revision=352763
Diffstat (limited to 'share/man/man5')
-rw-r--r--share/man/man5/src.conf.54
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man5/src.conf.5 b/share/man/man5/src.conf.5
index c2b19b2028bf..39e8fb6a0d04 100644
--- a/share/man/man5/src.conf.5
+++ b/share/man/man5/src.conf.5
@@ -1550,12 +1550,12 @@ Enable building openldap support for kerberos.
Set to not build LLVM's OpenMP runtime.
.Pp
This is a default setting on
-arm/arm, arm/armv6, arm/armv7, arm64/aarch64, mips/mipsel, mips/mips, mips/mips64el, mips/mips64, mips/mipsn32, mips/mipselhf, mips/mipshf, mips/mips64elhf, mips/mips64hf, powerpc/powerpc, powerpc/powerpc64, powerpc/powerpcspe, riscv/riscv64 and sparc64/sparc64.
+arm/arm, arm/armv6, arm/armv7, arm64/aarch64, mips/mipsel, mips/mips, mips/mips64el, mips/mips64, mips/mipsn32, mips/mipselhf, mips/mipshf, mips/mips64elhf, mips/mips64hf, powerpc/powerpc, powerpc/powerpcspe, riscv/riscv64 and sparc64/sparc64.
.It Va WITH_OPENMP
Set to build LLVM's OpenMP runtime.
.Pp
This is a default setting on
-amd64/amd64 and i386/i386.
+amd64/amd64, i386/i386 and powerpc/powerpc64.
.It Va WITHOUT_OPENSSH
Set to not build OpenSSH.
.It Va WITHOUT_OPENSSL