Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 03 Jan 2021 15:41:48 +0000
From:      bugzilla-noreply@freebsd.org
To:        gnome@FreeBSD.org
Subject:   [Bug 252379] Mk/Uses/compiler.mk: remove USE_GCC=yes for compiler:openmp due to libomp.so is part of base since 11.3/12.1
Message-ID:  <bug-252379-6497-eBTdxrg7aM@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-252379-6497@https.bugs.freebsd.org/bugzilla/>
References:  <bug-252379-6497@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D252379

--- Comment #5 from VVD <vvd@unislabs.com> ---
(In reply to Jason W. Bacon from comment #4)

As a 1st step, we can do something like this:

.if ${_COMPILER_ARGS:Mopenmp} && ${ARCH} !=3D amd64
.if ${COMPILER_TYPE} =3D=3D clang
USE_GCC=3D        yes
CHOSEN_COMPILER_TYPE=3D   gcc
.endif
.endif

--=20
You are receiving this mail because:
You are on the CC list for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-252379-6497-eBTdxrg7aM>