lang/gcc11-devel: make GCC a build dependency only
Gerald Pfeifer <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.ppc |
|---|---|
| Message-ID | <[email protected]> |
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
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ppc
To unsubscribe, send any mail to "[email protected]"