gecko: switch to llvm12

May help with LTO and -march=native issues.
This commit is contained in:
Jan Beich 2021-04-23 07:03:34 +00:00
parent cdf1aef1cc
commit 0cad1d8425
4 changed files with 4 additions and 2 deletions

View file

@ -92,7 +92,7 @@ MOZ_EXPORT+= LLVM_OBJDUMP="${LOCALBASE}/bin/llvm-objdump${LLVM_DEFAULT}"
.endif
# Ignore Mk/bsd.default-versions.mk but respect make.conf(5)
.if !defined(DEFAULT_VERSIONS) || ! ${DEFAULT_VERSIONS:Mllvm*}
LLVM_DEFAULT= 11 # bump if not latest release
LLVM_DEFAULT= 12 # bump if not latest release
.endif
# Require newer Clang than what's in base system unless user opted out
. if ${CC} == cc && ${CXX} == c++ && exists(/usr/lib/libc++.so)

View file

@ -2,6 +2,7 @@
PORTNAME= thunderbird
DISTVERSION= 78.10.0
PORTREVISION= 1
CATEGORIES= mail news net-im
MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \
MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/source

View file

@ -2,6 +2,7 @@
PORTNAME= firefox
DISTVERSION= 78.10.0
PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= www
MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}esr/source \

View file

@ -2,7 +2,7 @@
PORTNAME= firefox
DISTVERSION= 88.0
PORTREVISION= 1
PORTREVISION= 2
PORTEPOCH= 2
CATEGORIES= www
MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \