mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
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
@ -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 New Issue
Block a user