forked from OSchip/llvm-project
Fix a bug in the most recent openSUSE support patch.
This patch also by Ismail Donmez. llvm-svn: 131958
This commit is contained in:
parent
0dc3f8db1a
commit
e5d9d906cb
|
@ -1468,7 +1468,7 @@ Linux::Linux(const HostInfo &Host, const llvm::Triple &Triple)
|
|||
ExtraOpts.push_back("--build-id");
|
||||
|
||||
if (IsOpenSuse(Distro))
|
||||
ExtraOpts.push_back("--dynamic-tags");
|
||||
ExtraOpts.push_back("--enable-new-dtags");
|
||||
|
||||
if (Distro == ArchLinux)
|
||||
Lib = "lib";
|
||||
|
|
Loading…
Reference in New Issue