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: lucaceresoli/bug-15201-perf-libtraceevent-missing~18956 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=af2f545a5fb0a622a2f21ce0912d543529f048c7;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.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 6d6ba76ba88..ba14c426981 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}'"