forked from OSchip/llvm-project
Add header search path for Gentoo stable, x86_64 version.
llvm-svn: 74626
This commit is contained in:
parent
ea76e08645
commit
df718773f7
|
@ -178,6 +178,14 @@ void InitHeaderSearch::AddDefaultSystemIncludePaths(const LangOptions &Lang) {
|
|||
AddPath("/usr/lib/gcc/i686-pc-linux-gnu/4.1.2/include/g++-v4/backward",
|
||||
System, true, false, false);
|
||||
|
||||
// Gentoo amd64 stable
|
||||
AddPath("/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4", System,
|
||||
true, false, false);
|
||||
AddPath("/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4/"
|
||||
"i686-pc-linux-gnu", System, true, false, false);
|
||||
AddPath("/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4/backward",
|
||||
System, true, false, false);
|
||||
|
||||
// DragonFly
|
||||
AddPath("/usr/include/c++/4.1", System, true, false, false);
|
||||
|
||||
|
|
Loading…
Reference in New Issue