Skip to content

Commit

Permalink
graphics/mesa-devel: enable LTO on powerpc64
Browse files Browse the repository at this point in the history
  • Loading branch information
pkubaj committed Aug 13, 2023
1 parent 663f63a commit a4e4556
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion graphics/mesa-devel/Makefile
@@ -1,6 +1,7 @@
PORTNAME= mesa
DISTVERSION= 23.2.0-branchpoint-2280
DISTVERSIONSUFFIX= -gce0c70fb0c6
PORTREVISION= 1
CATEGORIES= graphics
PKGNAMESUFFIX= -devel

Expand Down Expand Up @@ -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/}
Expand Down

0 comments on commit a4e4556

Please sign in to comment.