This is the mail archive of the crossgcc@sourceware.org mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Fix for gcc-test-suite


On Wed, Nov 3, 2010 at 12:32 AM, Andy Gibbs <andyg1001@hotmail.co.uk> wrote:
> On Wednesday, November 03, 2010 1:45 AM, Bryan Hundven wrote:
>
>> I see now, DG_TARGET needs to be set to the tuple on the make command
>> line. In this case: i686-nptl-linux-gnu
>>
>> This should be documented in the README.
>
> Yes, it ought to be. ÂI'm working on increasing the test-suite to include
> testing of libstdc++ and maybe libgomp if installed. ÂIt seems also that
> eglibc has a feature that allows it to be cross-tested too, so time
> permitting I'll try to include this too. ÂIt seems glibc doesn't have this
> feature, and I don't have enough experience with uclibc, so for the time
> being (unless I find otherwise) it may have to just be eglibc.
>

eglibc test mechanism needs target too although it will build the
tests in cross environment
but for executing them you need to switch into a live target. Same is
true for uclibc, for uclibc you can read thru tests/README
it has information on how to run tests.

> Whatever-the-which, I have added DG_TARGET into the README file, so when I
> post the patch, it should be there.
>
> Andy
>
> --
> For unsubscribe information see http://sourceware.org/lists.html#faq
>
>

--
For unsubscribe information see http://sourceware.org/lists.html#faq


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]