]> granicus.if.org Git - clang/commit
Add hardcoded -L/usr/lib after all -L options to the FreeBSD linker
authorRoman Divacky <rdivacky@freebsd.org>
Sun, 30 Jan 2011 08:12:24 +0000 (08:12 +0000)
committerRoman Divacky <rdivacky@freebsd.org>
Sun, 30 Jan 2011 08:12:24 +0000 (08:12 +0000)
commit80f0ab78f60379589c815b41de5d149c9479ca98
treea9e61b559a65f7c147a5b1a1a4fd2448c4154760
parent806f9a3d08c08acd79fe92a335ae24cbc271e626
Add hardcoded -L/usr/lib after all -L options to the FreeBSD linker
invocation.

This mimics what gcc does and fixes libtool check for libraries.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@124558 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Driver/Tools.cpp
test/Driver/freebsd.c