Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 09 Jan 2021 20:39:47 +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-WQpQ3ab3Oz@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 #19 from Jason W. Bacon <jwb@freebsd.org> ---
(In reply to Antoine Brodin from comment #18)

Why shouldn't it added somewhere outside compiler.mk?

We have 138 ports using this check according to=20

port-grep '.if.*CHOSEN_COMPILER' -l|wc

many of which no longer need gcc.  So we have two choices if we want to
eliminate unnecessary gcc deps:

1. Support CHOSEN_COMPILER_TYPE without USES=3Dcompiler
2. Alter 138 ports to use a different strategy, like using ARCH and OSVERSI=
ON,
which would be a maintenance nightmare

--=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-WQpQ3ab3Oz>