mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Remove getDriver().Dir + /../libexec and /usr/libexec from clang's
program paths. Unlike gcc, clang has no executables in libexec.
This commit is contained in:
parent
01af157241
commit
9f5763bcf8
1 changed files with 0 additions and 2 deletions
|
|
@ -1108,8 +1108,6 @@ FreeBSD::FreeBSD(const HostInfo &Host, const llvm::Triple& Triple)
|
|||
llvm::Triple::x86_64)
|
||||
Lib32 = true;
|
||||
|
||||
getProgramPaths().push_back(getDriver().Dir + "/../libexec");
|
||||
getProgramPaths().push_back("/usr/libexec");
|
||||
if (Lib32) {
|
||||
getFilePaths().push_back(CLANG_PREFIX "/usr/lib32");
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Reference in a new issue