diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-11-12 09:25:43 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-11-12 09:25:43 +0000 |
commit | a23ec7269cb33946ef81a8ad95d9713a4aa8bf12 (patch) | |
tree | 0a4a9305f9005df4857ed1663dd4b6394013b95a /Mk | |
parent | a3ac7b49ee18dd96c5b1e6b9b29a2d541bc82b72 (diff) |
Notes
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/Uses/compiler.mk | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Mk/Uses/compiler.mk b/Mk/Uses/compiler.mk index ae071415961e..977b0c148efa 100644 --- a/Mk/Uses/compiler.mk +++ b/Mk/Uses/compiler.mk @@ -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 |