aboutsummaryrefslogtreecommitdiff
path: root/Mk
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2021-03-23 10:47:46 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2021-03-23 10:47:46 +0000
commit14ef28458dccc7f1651101c73aa6cdfa8ab37955 (patch)
tree60adb9bb0a60d604c8468ec658e8dc3aecfba71c /Mk
parentf3ea37f19ed24aeb0ab4b4c859704092232f18d2 (diff)
downloadports-14ef28458dccc7f1651101c73aa6cdfa8ab37955.tar.gz
ports-14ef28458dccc7f1651101c73aa6cdfa8ab37955.zip
Bump the default LLVM on powerpc to 10.
9 has many issues building ports, e.g. databases/mysql57-server or previously net-p2p/libtorrent-rasterbar. Approved by: tier 2 blanket
Notes
Notes: svn path=/head/; revision=569016
Diffstat (limited to 'Mk')
-rw-r--r--Mk/bsd.default-versions.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/Mk/bsd.default-versions.mk b/Mk/bsd.default-versions.mk
index 44581f1152cc..568991053d54 100644
--- a/Mk/bsd.default-versions.mk
+++ b/Mk/bsd.default-versions.mk
@@ -72,7 +72,11 @@ LINUX_DEFAULT?= c7
# Possible values: 70, 80, 90, 10, 11, -devel (to be used when non-base compiler is required)
# Please give notice to the Graphics Team (x11@FreeBSD.org) in advance before
# bumping the LLVM version.
+.if ${ARCH} == powerpc
+LLVM_DEFAULT?= 10
+.else
LLVM_DEFAULT?= 90
+.endif
# Possible values: 5.1, 5.2, 5.3, 5.4
LUA_DEFAULT?= 5.2
# Possible values: 5.10, 5.20, 6.8