Skip to content

Commit

Permalink
devel/cargo-c: fix build on powerpc
Browse files Browse the repository at this point in the history
Same issue as on armv?.
  • Loading branch information
pkubaj committed Jan 31, 2024
1 parent ad004d8 commit e22931d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devel/cargo-c/Makefile
Expand Up @@ -28,7 +28,7 @@ PLIST_FILES= bin/cargo-capi \
.include <bsd.port.pre.mk>

# prevent address space exhaustion on armv6/armv7
.if ${ARCH:Marmv?}
.if ${ARCH:Marmv?} || ${ARCH} == powerpc
LTO_UNSAFE= yes
.endif

Expand Down

0 comments on commit e22931d

Please sign in to comment.