]> code.ossystems Code Review - openembedded-core.git/commitdiff
tcf-agent: update machine setting for aarch64 bigendian build
authorChunrong Guo <chunrong.guo@nxp.com>
Thu, 25 Jan 2018 06:02:37 +0000 (14:02 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 29 Jan 2018 08:49:43 +0000 (08:49 +0000)
Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-devtools/tcf-agent/tcf-agent_git.bb

index 6d6ba76ba885fd3eb9fc74ae43904a2624d4d3ec..ba14c42698115e95dc40290c55680bf2c66b6a7b 100644 (file)
@@ -30,7 +30,7 @@ INITSCRIPT_NAME = "tcf-agent"
 INITSCRIPT_PARAMS = "start 99 3 5 . stop 20 0 1 2 6 ."
 
 # mangling needed for make
-MAKE_ARCH = "`echo ${TARGET_ARCH} | sed s,i.86,i686, | sed s,aarch64,a64,`"
+MAKE_ARCH = "`echo ${TARGET_ARCH} | sed s,i.86,i686, | sed s,aarch64.*,a64,`"
 MAKE_OS = "`echo ${TARGET_OS} | sed s,^linux.*,GNU/Linux,`"
 
 EXTRA_OEMAKE = "MACHINE=${MAKE_ARCH} OPSYS=${MAKE_OS} 'CC=${CC}' 'AR=${AR}'"