git: a4e45560e9df - main - graphics/mesa-devel: enable LTO on powerpc64
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 13 Aug 2023 14:49:01 UTC
The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=a4e45560e9df14b00b41dcb4c7b3dc0af4796e9d commit a4e45560e9df14b00b41dcb4c7b3dc0af4796e9d Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2023-08-13 00:26:02 +0000 Commit: Piotr Kubaj <pkubaj@FreeBSD.org> CommitDate: 2023-08-13 14:48:46 +0000 graphics/mesa-devel: enable LTO on powerpc64 --- graphics/mesa-devel/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graphics/mesa-devel/Makefile b/graphics/mesa-devel/Makefile index c3e429ed9e1f..b42fa89e2684 100644 --- a/graphics/mesa-devel/Makefile +++ b/graphics/mesa-devel/Makefile @@ -1,6 +1,7 @@ PORTNAME= mesa DISTVERSION= 23.2.0-branchpoint-2280 DISTVERSIONSUFFIX= -gce0c70fb0c6 +PORTREVISION= 1 CATEGORIES= graphics PKGNAMESUFFIX= -devel @@ -55,7 +56,6 @@ OPTIONS_GROUP_GALLIUM= crocus iris panfrost r600 radeonsi OPTIONS_GROUP_VULKAN= anv hasvk radv OPTIONS_EXCLUDE_DragonFly= LIBUNWIND anv hasvk OPTIONS_EXCLUDE_i386= LTO # anv: vkcube fails on vkCreateSwapchainKHR -OPTIONS_EXCLUDE_powerpc64= ${"${/usr/bin/ld:L:tA}"==/usr/bin/ld.lld:?LTO:} # https://github.com/llvm/llvm-project/issues/46697 OPTIONS_EXCLUDE+= ${ARCH:Naarch64:C/.+/panfrost/} OPTIONS_EXCLUDE+= ${ARCH:Namd64:Ni386:Nx86_64:C/.+/crocus hasvk/} OPTIONS_EXCLUDE+= ${ARCH:Naarch64:Namd64:Ni386:Nx86_64:C/.+/anv iris/}