mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
On FreeBSD 8 clang will need a newer version of binutils.
Reported by: dbn
This commit is contained in:
parent
a3ac7b49ee
commit
a23ec7269c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=333554
@ -126,6 +126,9 @@ BUILD_DEPENDS+= ${LOCALBASE}/bin/clang33:${PORTSDIR}/lang/clang33
|
||||
CPP= ${LOCALBASE}/bin/clang-cpp33
|
||||
CC= ${LOCALBASE}/bin/clang33
|
||||
CXX= ${LOCALBASE}/bin/clang++33
|
||||
.if ${OSVERSION} < 900033
|
||||
USE_BINUTILS= yes
|
||||
.endif
|
||||
.endif
|
||||
.endif
|
||||
.endif
|
||||
@ -140,6 +143,9 @@ BUILD_DEPENDS+= ${LOCALBASE}/bin/clang33:${PORTSDIR}/lang/clang33
|
||||
CPP= ${LOCALBASE}/bin/clang-cpp33
|
||||
CC= ${LOCALBASE}/bin/clang33
|
||||
CXX= ${LOCALBASE}/bin/clang++33
|
||||
.if ${OSVERSION} < 900033
|
||||
USE_BINUTILS= yes
|
||||
.endif
|
||||
.endif
|
||||
.endif
|
||||
.endif
|
||||
|
Loading…
Reference in New Issue
Block a user