svn commit: r457438 - head/devel/ispc
Alexey Dokuchaev
danfe at FreeBSD.org
Fri Dec 29 12:30:16 UTC 2017
On Thu, Dec 28, 2017 at 05:03:42PM +0000, David Chisnall wrote:
> Note that recent versions of LLVM added a --system-libs flag to
> llvm-config. On FreeBSD, this provides the relevant linker flags
> for adding libexecinfo. [...]
$ llvm-config40 --system-libs
-lrt -ltinfo -lpthread -lz -lm
$ llvm-config50 --system-libs
-lrt -l/usr/lib/libexecinfo.so -ltinfo -lpthread -lz -lm
Something doesn't seem right here: why it's not spelled as `-lexecinfo'
like all the other libraries?
./danfe
More information about the svn-ports-all
mailing list