mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Apply r207674 from the clangbsd project branch:
Make "clang -print-multi-os-directory" return "." on amd64, matching gcc's behaviour. This is needed because some ports use the option to determine the installation directory for their libraries. Requested by: kwm Approved by: rpaulo (mentor)
This commit is contained in:
parent
2a9479393a
commit
dba44734eb
1 changed files with 1 additions and 1 deletions
|
|
@ -470,7 +470,7 @@ bool Driver::HandleImmediateArgs(const Compilation &C) {
|
|||
break;
|
||||
|
||||
case llvm::Triple::x86_64:
|
||||
llvm::outs() << "x86_64" << "\n";
|
||||
llvm::outs() << "." << "\n";
|
||||
break;
|
||||
|
||||
case llvm::Triple::ppc64:
|
||||
|
|
|
|||
Loading…
Reference in a new issue