Re: [PATCH RFC] rt-tests: Makefile get machinetype from compiler instead of uname
From: Frank Rowand <hidden>
Date: 2012-05-02 21:02:12
From: Frank Rowand <hidden>
Date: 2012-05-02 21:02:12
On 05/02/12 13:30, Darren Hart wrote:
On 05/01/2012 07:34 PM, Frank Rowand wrote:quoted
Fix the machinetype check for cross-compiling. This has been tested on an x86_64 Fedora host for an x86_64 target and an ARM target. Additional testing would be greatly appreciated.Built in Yocto using an ARM cross compiler and ran cyclictest in qemuarm with the resulting image. Appears sane. What problem manifested before?quoted
Signed-off-by: Frank Rowand <redacted>Tested-by: Darren Hart <redacted>
Thanks! As you and jkacur surmised, the problem I'm trying to fix is that the machinetype got the host machine type instead of the target machine type. Could definitely word the description better... -Frank