lang/gcc11-devel: make GCC a build dependency only
Gerald Pfeifer
gerald at pfeifer.com
Sat Feb 27 08:33:46 UTC 2021
Hi folks,
in some cases lang/gcc11-devel on powerpc builds with GCC and I
realized that could/should be a build dependency only.
Am I missing something, or should I make that change?
It would be great if you could test and confirm on a relevant
system.
Thanks, Gerald
Index: lang/gcc11-devel/Makefile
===================================================================
--- lang/gcc11-devel/Makefile (revision 566672)
+++ lang/gcc11-devel/Makefile (working copy)
@@ -69,10 +69,10 @@
. if defined(PPC_ABI) && ${PPC_ABI} == ELFv2
CONFIGURE_ARGS+= --with-abi=elfv2
. endif
-USE_GCC= yes
+USE_GCC= yes:build
.elif ${ARCH} == powerpc64le
-USE_GCC= yes
+USE_GCC= yes:build
.endif
LANGUAGES:= c,c++,objc,fortran,jit
More information about the freebsd-ppc
mailing list