gecko: switch to llvm12
May help with LTO and -march=native issues.
This commit is contained in:
parent
cdf1aef1cc
commit
0cad1d8425
4 changed files with 4 additions and 2 deletions
|
@ -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)
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
PORTNAME= firefox
|
||||
DISTVERSION= 78.10.0
|
||||
PORTREVISION= 1
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}esr/source \
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
PORTNAME= firefox
|
||||
DISTVERSION= 88.0
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
PORTEPOCH= 2
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \
|
||||
|
|
Loading…
Reference in a new issue