This is the mail archive of the libffi-discuss@sourceware.org mailing list for the libffi project.


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: libffi-3.0.10 on powerpc64-unknown-linux-gnu fails 50 tests


Dennis Clarke <dclarke-W8DytltYgt3NLxjTenLetw@public.gmane.org> writes:

> However make check fails all tests. Yes, ALL of them.
>
> I lookinto these two files :
>
>     ./testsuite/libffi.special/special.exp
>     ./testsuite/libffi.call/call.exp
>
> There I see that the CFLAGS have been ignored and "-m64" gcc flag is absent
> and thus every test was being run as if a 32-bit lib should be available. Thus
> all tests fails. If I insert the required "-m64" then I get this result :

Try passing "RUNTESTFLAGS=--target_board=unix/-m64".

Andreas.

-- 
Andreas Schwab, schwab@linux-m68k.org
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."


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