mirror of
https://github.com/intel/llvm.git
synced 2026-01-26 03:56:16 +08:00
Add header search path for Gentoo stable, x86_64 version.
llvm-svn: 74626
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user