From: Chunrong Guo Date: Thu, 25 Jan 2018 06:02:37 +0000 (+0800) Subject: tcf-agent: update machine setting for aarch64 bigendian build X-Git-Tag: uninative-1.8~525 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=af2f545a5fb0a622a2f21ce0912d543529f048c7;p=openembedded-core.git tcf-agent: update machine setting for aarch64 bigendian build Signed-off-by: Chunrong Guo Signed-off-by: Ross Burton --- diff --git a/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb b/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb index 6d6ba76ba8..ba14c42698 100644 --- a/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb +++ b/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb @@ -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}'"