r184324 - Revert "Adds support for openSUSE ARM v5/v7 triples."

Chandler Carruth chandlerc at google.com
Wed Jun 19 10:48:28 PDT 2013


On Wed, Jun 19, 2013 at 10:28 AM, Renato Golin <renato.golin at linaro.org>wrote:

> Author: rengolin
> Date: Wed Jun 19 12:28:50 2013
> New Revision: 184324
>
> URL: http://llvm.org/viewvc/llvm-project?rev=184324&view=rev
> Log:
> Revert "Adds support for openSUSE ARM v5/v7 triples."
>

When re-applying, this needs test cases in the regression test suite.


>
> This reverts commit 312e51ca484976c2b1254952ff23d5162ca8edc2.
>
> 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=184324&r1=184323&r2=184324&view=diff
>
> ==============================================================================
> --- cfe/trunk/lib/Driver/ToolChains.cpp (original)
> +++ cfe/trunk/lib/Driver/ToolChains.cpp Wed Jun 19 12:28:50 2013
> @@ -1084,12 +1084,10 @@ Generic_GCC::GCCInstallationDetector::GC
>    static const char *const ARMLibDirs[] = { "/lib" };
>    static const char *const ARMTriples[] = {
>      "arm-linux-gnueabi",
> -    "armv5tel-suse-linux-gnueabi",
>      "arm-linux-androideabi"
>    };
>    static const char *const ARMHFTriples[] = {
>      "arm-linux-gnueabihf",
> -    "armv7hl-suse-linux-gnueabi",
>      "armv7hl-redhat-linux-gnueabi"
>    };
>
>
>
> _______________________________________________
> 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/20130619/5840ad0f/attachment.html>


More information about the cfe-commits mailing list