mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-03-03 09:57:24 +00:00
I'm gonna be picky and say we don't really need that trailing slash "lib/"
llvm-svn: 10196
This commit is contained in:
parent
407528ec44
commit
1af6ec9cbf
@ -285,7 +285,7 @@ int main(int argc, char **argv, char **envp) {
|
||||
// gcc accepts -l<lib> and implicitly searches /lib and /usr/lib.
|
||||
LibPaths.push_back("/lib");
|
||||
LibPaths.push_back("/usr/lib");
|
||||
LibPaths.push_back("/usr/X11R6/lib/");
|
||||
LibPaths.push_back("/usr/X11R6/lib");
|
||||
// We don't need to link in libc! In fact, /usr/lib/libc.so may not be a
|
||||
// shared object at all! See RH 8: plain text.
|
||||
std::vector<std::string>::iterator libc =
|
||||
|
Loading…
x
Reference in New Issue
Block a user