aboutsummaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2022-04-18 16:45:47 +0000
committerTijl Coosemans <tijl@FreeBSD.org>2022-04-27 16:58:41 +0000
commit94a5b25746badb9148b56202b55ed6de7e4aa969 (patch)
treeaf1c16daf04a80a29991379902d08294c5802efe /devel
parent8266f7f959aa3fd8fa31167ebff7f03f7fff0c5d (diff)
downloadports-94a5b25746badb9148b56202b55ed6de7e4aa969.tar.gz
ports-94a5b25746badb9148b56202b55ed6de7e4aa969.zip
devel/libunwind: remove explicit -maltivec for powerpc64le
Baseline target for powerpc64le is POWER8, which includes AltiVec. (cherry picked from commit dbd305876c5bfd005a6f501aaa1bc286fd149937)
Diffstat (limited to 'devel')
-rw-r--r--devel/libunwind/Makefile1
1 files changed, 0 insertions, 1 deletions
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