Drop "soft" argument that would be considered as file argument by cc1.

llvm-svn: 134438
This commit is contained in:
Joerg Sonnenberger
2011-07-05 19:52:46 +00:00
parent bf868492b8
commit f8fa4443b3

View 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 {