git: 8cdd347e955d - main - www/firefox: enable LTO by default on powerpc64le

Piotr Kubaj pkubaj at FreeBSD.org
Wed May 12 21:42:57 UTC 2021


The branch main has been updated by pkubaj:

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

commit 8cdd347e955da999d87e6deefcdf43bfcd8c5376
Author:     Piotr Kubaj <pkubaj at FreeBSD.org>
AuthorDate: 2021-05-12 21:42:40 +0000
Commit:     Piotr Kubaj <pkubaj at FreeBSD.org>
CommitDate: 2021-05-12 21:42:40 +0000

    www/firefox: enable LTO by default on powerpc64le
    
    It's only thin LTO, because cross LTO still fails on powerpc64le.
---
 www/firefox/Makefile.options | 1 +
 1 file changed, 1 insertion(+)

diff --git a/www/firefox/Makefile.options b/www/firefox/Makefile.options
index 0e1f1ae7033d..361699a65794 100644
--- a/www/firefox/Makefile.options
+++ b/www/firefox/Makefile.options
@@ -7,6 +7,7 @@ OPTIONS_DEFAULT+=	DBUS FFMPEG OPTIMIZED_CFLAGS PROFILE \
 			${OPTIONS_GROUP_AUDIO:NALSA}
 OPTIONS_DEFAULT_aarch64+=	${${DISTVERSION:R:R} >= 86:?LTO:}
 OPTIONS_DEFAULT_amd64+=	${${DISTVERSION:R:R} >= 86:?LTO:}
+OPTIONS_DEFAULT_powerpc64le+=	${${DISTVERSION:R:R} >= 86:?LTO:}
 
 OPTIONS_GROUP+=		AUDIO
 OPTIONS_GROUP_AUDIO=	ALSA JACK PULSEAUDIO SNDIO


More information about the dev-commits-ports-all mailing list