git: 6238b6219450 - main - multimedia/svt-av1: chase LTO on powerpc64 reference
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 13 Feb 2022 09:28:23 UTC
The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=6238b62194504d742d2e87ad482493fd87ffc860 commit 6238b62194504d742d2e87ad482493fd87ffc860 Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2022-02-13 09:17:51 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2022-02-13 09:18:15 +0000 multimedia/svt-av1: chase LTO on powerpc64 reference --- multimedia/svt-av1/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/multimedia/svt-av1/Makefile b/multimedia/svt-av1/Makefile index 57495df46fda..70e08c2c42b9 100644 --- a/multimedia/svt-av1/Makefile +++ b/multimedia/svt-av1/Makefile @@ -27,7 +27,7 @@ CMAKE_OFF= NATIVE OPTIONS_DEFINE= LTO OPTIONS_DEFAULT=LTO -OPTIONS_EXCLUDE_powerpc64= ${"${/usr/bin/ld:L:tA}"==/usr/bin/ld.lld:?LTO:} # LLVM bug 47353 +OPTIONS_EXCLUDE_powerpc64= ${"${/usr/bin/ld:L:tA}"==/usr/bin/ld.lld:?LTO:} # https://github.com/llvm/llvm-project/issues/46697 OPTIONS_EXCLUDE_riscv64= LTO LTO_CMAKE_BOOL= CMAKE_INTERPROCEDURAL_OPTIMIZATION