[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

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Jan 3 15:41:52 UTC 2021


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=252379

--- Comment #5 from VVD <vvd at 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} != amd64
.if ${COMPILER_TYPE} == clang
USE_GCC=        yes
CHOSEN_COMPILER_TYPE=   gcc
.endif
.endif

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list