]> granicus.if.org Git - clang/commitdiff
Drop "soft" argument that would be considered as file argument by cc1.
authorJoerg Sonnenberger <joerg@bec.de>
Tue, 5 Jul 2011 19:52:46 +0000 (19:52 +0000)
committerJoerg Sonnenberger <joerg@bec.de>
Tue, 5 Jul 2011 19:52:46 +0000 (19:52 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@134438 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Driver/Tools.cpp

index 8059fa9499f6bd1c98dd76ebe76db0c696a527f7..4e70c5c372391bcd960f8cb7a6d18efcda29c14c 100644 (file)
@@ -760,7 +760,6 @@ void Clang::AddSparcTargetArgs(const ArgList &Args,
     //
     // FIXME: This changes CPP defines, we need -target-soft-float.
     CmdArgs.push_back("-msoft-float");
-    CmdArgs.push_back("soft");
     CmdArgs.push_back("-target-feature");
     CmdArgs.push_back("+soft-float");
   } else {