git: 7a3359f95b32 - main - devel/freebsd-sysroot: put back custom triple for powerpc to fix rust-bootstrap

From: Piotr Kubaj <pkubaj_at_FreeBSD.org>
Date: Sun, 11 Feb 2024 11:50:07 UTC
The branch main has been updated by pkubaj:

URL: https://cgit.FreeBSD.org/ports/commit/?id=7a3359f95b32a7b29815923e2b2b2bc70be4348f

commit 7a3359f95b32a7b29815923e2b2b2bc70be4348f
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2024-02-10 00:10:06 +0000
Commit:     Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2024-02-11 11:49:05 +0000

    devel/freebsd-sysroot: put back custom triple for powerpc to fix rust-bootstrap
---
 devel/freebsd-sysroot/Makefile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/devel/freebsd-sysroot/Makefile b/devel/freebsd-sysroot/Makefile
index 147997e826aa..c88739d51258 100644
--- a/devel/freebsd-sysroot/Makefile
+++ b/devel/freebsd-sysroot/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	freebsd-sysroot
 DISTVERSION=	a2023-12-30
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel
 MASTER_SITES=	${_SYSROOT_DIST:@f@https://download.freebsd.org/$f?dummy=/:${FLAVOR}@} \
 		LOCAL/rust:${FLAVOR}
@@ -66,7 +66,8 @@ _SYSROOT_ARCH_amd64=			x86_64
 _SYSROOT_ARCH_i386=			i686
 _SYSROOT_LLVM_TRIPLE=			${_SYSROOT_LLVM_TRIPLE_${FLAVOR}:U${_SYSROOT_ARCH_${FLAVOR}:U${FLAVOR}}-unknown-${OPSYS:tl}}
 _SYSROOT_LLVM_TRIPLE_armv7=		armv7-unknown-freebsd13.2-gnueabihf
-_SYSROOT_LLVM_TRIPLE_powerpc64=		powerpc64-unknown-freebsd13.2
+_SYSROOT_LLVM_TRIPLE_powerpc=		powerpc-unknown-freebsd13.2 # secure-plt
+_SYSROOT_LLVM_TRIPLE_powerpc64=		powerpc64-unknown-freebsd13.2 # elfv2
 
 .if make(distclean) || make(makesum)
 MASTER_SITES:=	${FLAVORS:O:@_flavor@${:!${SETENV} FLAVOR=${_flavor} ${MAKE} -VMASTER_SITES!}@}