Skip to content

Commit

Permalink
Mk/bsd.default-versions.mk: bump llvm-default to 15 on powerpc
Browse files Browse the repository at this point in the history
Follow-up to 9742a63, which bumped it
on non powerpc architectures.

Requested by:	pkubaj
  • Loading branch information
tcberner committed Jan 3, 2023
1 parent 7557188 commit e4214c4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Mk/bsd.default-versions.mk
Original file line number Diff line number Diff line change
Expand Up @@ -78,11 +78,7 @@ LIBRSVG2_DEFAULT?= legacy
# Possible values: c7
LINUX_DEFAULT?= c7
# Possible values: 70, 80, 90, 10, 11, 12, 13, 14, 15, -devel (to be used when non-base compiler is required)
. if ${ARCH} == powerpc
LLVM_DEFAULT?= 10
. else
LLVM_DEFAULT?= 15
. endif
# Possible values: 5.1, 5.2, 5.3, 5.4
LUA_DEFAULT?= 5.4
# Possible values: luajit, luajit-devel, luajit-openresty
Expand Down

0 comments on commit e4214c4

Please sign in to comment.