Date: Sat, 27 Feb 2021 09:33:35 +0100 (CET) From: Gerald Pfeifer <gerald@pfeifer.com> To: Piotr Kubaj <pkubaj@anongoth.pl>, freebsd-ppc@freebsd.org Subject: lang/gcc11-devel: make GCC a build dependency only Message-ID: <cd242347-a534-e59f-cf93-fe204f377e25@pfeifer.com>
index | next in thread | raw e-mail
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
home |
help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?cd242347-a534-e59f-cf93-fe204f377e25>
