[cfe-commits] r151482 - in /cfe/trunk: lib/Driver/ test/Driver/ test/Driver/Inputs/debian_multiarch_tree/ test/Driver/Inputs/debian_multiarch_tree/lib/ test/Driver/Inputs/debian_multiarch_tree/lib/i386-linux-gnu/ test/Driver/Inputs/debian_multiar

Simon Atanasyan satanasyan at mips.com
Mon Apr 23 14:40:15 PDT 2012


Hi,

On Sun, Feb 26, 2012 at 1:03 PM, Chandler Carruth <chandlerc at gmail.com> wrote:
> I've also added a tree to test out the debian multiarch stuff. I don't
> use debian regularly, so I'm not certain this is entirely accurate. If
> anyone wants to check it against a debian system and fix any
> inaccuracies, fire away. This way at least folks can see how this is
> *supposed* to be tested.
>
> It'd be particularly good to get the Debian MIPS toolchains tested in
> this way.

I plan to add tests to check Debian MIPS toolchains the same way as
you check powerpc toolchains at this commit. I’m curious about
multiarch folders structure used in the tests. How did you get it?
I’ve installed powerpc, arm and mips multiarch packages on my Debian
6.0.4 (squeeze) and got a different folders hierarchy. Something like
that:

/lib       /* no one sub-folder like *-linux-gnu */
/usr
  /include  /* no one sub-folder like *-linux-gnu */
    /c++
      /4.5
        /backward
        /i486-linux-gnu   /* no more sub-folders like *-linux-gnu */
  /arm-linux-gnueabi
  /i486-linux-gnu
  /mips-linux-gnu
  /mipsel-linux-gnu
  /powerpc-linux-gnu
  /lib
    /i486-linux-gnu      /* no more sub-folders like *-linux-gnu */
    /gcc
      /arm-linux-gnueabi
      /i486-linux-gnu
      /mips-linux-gnu
      /mipsel-linux-gnu
      /powerpc-linux-gnu

--
Simon




More information about the cfe-commits mailing list