mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
Bump the version of clang to 3.6 when c++14-lang is specified
Discussed with: brooks Approved by: bdrewery (mentor)
This commit is contained in:
parent
8152ccc017
commit
37d8b6d3fc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=393748
@ -153,10 +153,10 @@ CC= clang
|
||||
CXX= clang++
|
||||
CHOSEN_COMPILER_TYPE= clang
|
||||
.else
|
||||
BUILD_DEPENDS+= ${LOCALBASE}/bin/clang35:${PORTSDIR}/lang/clang35
|
||||
CPP= ${LOCALBASE}/bin/clang-cpp35
|
||||
CC= ${LOCALBASE}/bin/clang35
|
||||
CXX= ${LOCALBASE}/bin/clang++35
|
||||
BUILD_DEPENDS+= ${LOCALBASE}/bin/clang36:${PORTSDIR}/lang/clang36
|
||||
CPP= ${LOCALBASE}/bin/clang-cpp36
|
||||
CC= ${LOCALBASE}/bin/clang36
|
||||
CXX= ${LOCALBASE}/bin/clang++36
|
||||
CHOSEN_COMPILER_TYPE= clang
|
||||
.if ${OSVERSION} < 900033
|
||||
USE_BINUTILS= yes
|
||||
|
Loading…
Reference in New Issue
Block a user