diff options
author | Chunrong Guo <chunrong.guo@nxp.com> | 2018-01-25 14:02:37 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-01-29 08:49:43 +0000 |
commit | af2f545a5fb0a622a2f21ce0912d543529f048c7 (patch) | |
tree | 791a68b8e986873239645e09b77c5c4f78fcd71f | |
parent | cdae5c41e4f67a8757efc5ce1ef11d730edc3af1 (diff) | |
download | openembedded-core-af2f545a5fb0a622a2f21ce0912d543529f048c7.tar.gz openembedded-core-af2f545a5fb0a622a2f21ce0912d543529f048c7.tar.bz2 openembedded-core-af2f545a5fb0a622a2f21ce0912d543529f048c7.zip |
tcf-agent: update machine setting for aarch64 bigendian build
Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
-rw-r--r-- | meta/recipes-devtools/tcf-agent/tcf-agent_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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}'" |