]> granicus.if.org Git - clang/commitdiff
Fix a bug in the most recent openSUSE support patch.
authorChandler Carruth <chandlerc@gmail.com>
Tue, 24 May 2011 07:51:17 +0000 (07:51 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Tue, 24 May 2011 07:51:17 +0000 (07:51 +0000)
This patch also by Ismail Donmez.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@131958 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Driver/ToolChains.cpp

index 1675351fe069d0f75dfaff8e14b1b27428d1b669..42ab3a4efef68a6d8660c4ad051c7a4e2fd4b13f 100644 (file)
@@ -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";