This is useful for ports that require a LIB_DEPENDS on GCC for libgccjit
and also want to make use of the USE_GCC logic to choose an appropriate
version of GCC to depend on.
For the NATIVECOMP option in editors/emacs-devel, we would rather keep the
default compiler for building emacs regardless what port options a user chooses,
but still add the LIB_DEPENDS on GCC when the user chooses NATIVECOMP. We are
now just doing LIB_DEPENDS=libgccjit.so:lang/gcc11 when the user chooses the
NATIVECOMP option, but we don't get the helpful logic for choosing a GCC version
with something like USE_GCC=11+:jit.
editors/emacs-devel: Switch to USE_GCC for NATIVECOMP