git: 94a5b25746ba - 2022Q2 - devel/libunwind: remove explicit -maltivec for powerpc64le
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 27 Apr 2022 17:04:50 UTC
The branch 2022Q2 has been updated by tijl: URL: https://cgit.FreeBSD.org/ports/commit/?id=94a5b25746badb9148b56202b55ed6de7e4aa969 commit 94a5b25746badb9148b56202b55ed6de7e4aa969 Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2022-04-18 16:45:47 +0000 Commit: Tijl Coosemans <tijl@FreeBSD.org> CommitDate: 2022-04-27 16:58:41 +0000 devel/libunwind: remove explicit -maltivec for powerpc64le Baseline target for powerpc64le is POWER8, which includes AltiVec. (cherry picked from commit dbd305876c5bfd005a6f501aaa1bc286fd149937) --- 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