[cfe-commits] r156813 - /cfe/trunk/lib/Driver/ToolChains.cpp

Chandler Carruth chandlerc at google.com
Tue May 15 14:54:05 PDT 2012


On Tue, May 15, 2012 at 5:21 AM, Gabor Greif <ggreif at gmail.com> wrote:

> Author: ggreif
> Date: Tue May 15 06:21:03 2012
> New Revision: 156813
>
> URL: http://llvm.org/viewvc/llvm-project?rev=156813&view=rev
> Log:
> add embedded linux variants that occur in the field
>

Please add test cases for these.


>
> Modified:
>    cfe/trunk/lib/Driver/ToolChains.cpp
>
> Modified: cfe/trunk/lib/Driver/ToolChains.cpp
> URL:
> http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Driver/ToolChains.cpp?rev=156813&r1=156812&r2=156813&view=diff
>
> ==============================================================================
> --- cfe/trunk/lib/Driver/ToolChains.cpp (original)
> +++ cfe/trunk/lib/Driver/ToolChains.cpp Tue May 15 06:21:03 2012
> @@ -1146,7 +1146,8 @@
>     "i586-redhat-linux",
>     "i386-redhat-linux",
>     "i586-suse-linux",
> -    "i486-slackware-linux"
> +    "i486-slackware-linux",
> +    "i686-montavista-linux"
>   };
>
>   static const char *const MIPSLibDirs[] = { "/lib" };
> @@ -1163,7 +1164,8 @@
>   static const char *const PPCTriples[] = {
>     "powerpc-linux-gnu",
>     "powerpc-unknown-linux-gnu",
> -    "powerpc-suse-linux"
> +    "powerpc-suse-linux",
> +    "powerpc-montavista-linuxspe"
>   };
>   static const char *const PPC64LibDirs[] = { "/lib64", "/lib" };
>   static const char *const PPC64Triples[] = {
>
>
> _______________________________________________
> cfe-commits mailing list
> cfe-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20120515/af16a4e2/attachment.html>


More information about the cfe-commits mailing list