From: Joerg Sonnenberger Date: Tue, 5 Jul 2011 19:52:46 +0000 (+0000) Subject: Drop "soft" argument that would be considered as file argument by cc1. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5b2b89b3e8aac573e49b3225ace4e0bb91663014;p=clang Drop "soft" argument that would be considered as file argument by cc1. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@134438 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Driver/Tools.cpp b/lib/Driver/Tools.cpp index 8059fa9499..4e70c5c372 100644 --- a/lib/Driver/Tools.cpp +++ b/lib/Driver/Tools.cpp @@ -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 {