Make sure clang uses ports ld on FreeBSD 8
This commit is contained in:
parent
2727adb975
commit
4ee0cb5d32
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=333945
1 changed files with 2 additions and 0 deletions
|
@ -128,6 +128,7 @@ CC= ${LOCALBASE}/bin/clang33
|
|||
CXX= ${LOCALBASE}/bin/clang++33
|
||||
.if ${OSVERSION} < 900033
|
||||
USE_BINUTILS= yes
|
||||
LDFLAGS+= -B${LOCALBASE}/bin
|
||||
.endif
|
||||
.endif
|
||||
.endif
|
||||
|
@ -145,6 +146,7 @@ CC= ${LOCALBASE}/bin/clang33
|
|||
CXX= ${LOCALBASE}/bin/clang++33
|
||||
.if ${OSVERSION} < 900033
|
||||
USE_BINUTILS= yes
|
||||
LDFLAGS+= -B${LOCALBASE}/bin
|
||||
.endif
|
||||
.endif
|
||||
.endif
|
||||
|
|
Loading…
Reference in a new issue