git: 5365088c87e5 - main - Mk/Uses/llvm.mk: 7-9 are no longer valid options
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 12 Feb 2023 09:15:26 UTC
The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=5365088c87e53f8874d174c781fc136413cff94c commit 5365088c87e53f8874d174c781fc136413cff94c Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2023-02-12 09:00:50 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2023-02-12 09:00:56 +0000 Mk/Uses/llvm.mk: 7-9 are no longer valid options As of commit 21778d8958f518e2179b1053d75cfb6c71405558 these are no longer valid options PR: 269005 Reviewed by: portmgr (tcberner) --- Mk/Uses/llvm.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mk/Uses/llvm.mk b/Mk/Uses/llvm.mk index e5134a98bd64..931ad99156f8 100644 --- a/Mk/Uses/llvm.mk +++ b/Mk/Uses/llvm.mk @@ -32,7 +32,7 @@ .if !defined(_INCLUDE_USES_LLVM_MK) _INCLUDE_USES_LLVM_MK= YES -_LLVM_MK_VALID_VERSIONS= 7 8 9 10 11 12 13 14 15 16 +_LLVM_MK_VALID_VERSIONS= 10 11 12 13 14 15 16 _LLVM_MK_VALID_CONSTRAINTS= min max _LLVM_MK_VALID_MODES= build run lib