Date: Sat, 30 Jan 2021 15:15:18 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 211154] Mk/bsd.gcc.mk: add support for build-only dependencies for USE_GCC Message-ID: <bug-211154-7788-bDzdH55Nyt@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-211154-7788@https.bugs.freebsd.org/bugzilla/> References: <bug-211154-7788@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=3D211154 --- Comment #13 from commit-hook@FreeBSD.org --- A commit references this bug: Author: gerald Date: Sat Jan 30 15:15:01 UTC 2021 New revision: 563416 URL: https://svnweb.freebsd.org/changeset/ports/563416 Log: In some cases one may want to use GCC to build something when its runtimes or GCC at runtime are not required. Introduce an optional argument for USE_GCC that indicates GCC is only required at build time. Examples for the new syntax are USE_GCC=3Dyes:build, USE_GCC=3D9:build, or USE_GCC=3D11+:build. Submitted by: Fabian Freyer <fabian.freyer@physik.tu-berlin.de> PR: 211154 Differential Revision: https://reviews.freebsd.org/D7223 Changes: head/Mk/bsd.gcc.mk --=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-211154-7788-bDzdH55Nyt>