From 4df0e66a3662ac9d427c2dcd79eb8555236083dd Mon Sep 17 00:00:00 2001 From: "Tobias C. Berner" Date: Mon, 10 Jul 2023 20:57:28 +0200 Subject: llvm.mk: add export/noexport to handle CC/CXX/CPP exports Reviewed by: bofh Differential Revision: https://reviews.freebsd.org/D37747 --- CHANGES | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'CHANGES') diff --git a/CHANGES b/CHANGES index 2f6c9a61499d..bc1188ea4016 100644 --- a/CHANGES +++ b/CHANGES @@ -10,6 +10,13 @@ in the release notes and/or placed into UPDATING. All ports committers are allowed to commit to this file. +20230823: +AUTHOR: tcberner@FreeBSD.org + + USES=llvm.mk now supports 'export' (default) and 'noexport' arguments. + When export is set, CC, CXX and CPP will be set to the path corresponding + to the chosen llvm-version. + 20230821: AUTHOR: jhale@FreeBSD.org -- cgit v1.2.3