git: dbd305876c5b - main - devel/libunwind: remove explicit -maltivec for powerpc64le

From: Piotr Kubaj <pkubaj_at_FreeBSD.org>
Date: Tue, 19 Apr 2022 12:09:28 UTC
The branch main has been updated by pkubaj:

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

commit dbd305876c5bfd005a6f501aaa1bc286fd149937
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2022-04-18 16:45:47 +0000
Commit:     Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2022-04-19 12:09:15 +0000

    devel/libunwind: remove explicit -maltivec for powerpc64le
    
    Baseline target for powerpc64le is POWER8, which includes AltiVec.
---
 devel/libunwind/Makefile | 1 -
 1 file changed, 1 deletion(-)

diff --git a/devel/libunwind/Makefile b/devel/libunwind/Makefile
index 07120c1e4214..552026241420 100644
--- a/devel/libunwind/Makefile
+++ b/devel/libunwind/Makefile
@@ -18,7 +18,6 @@ ONLY_FOR_ARCHS=	aarch64 amd64 armv6 armv7 i386 powerpc64 powerpc64le
 USES=		compiler:c11 cpe libtool pathfix pkgconfig
 
 CFLAGS_powerpc64=	-maltivec
-CFLAGS_powerpc64le=	-maltivec
 CONFIGURE_ARGS=	ac_cv_path_LATEX2MAN=${TRUE}
 GNU_CONFIGURE=	yes
 INSTALL_TARGET=	install-strip