aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/ti/ti-dmai_svn.bb
diff options
context:
space:
mode:
authorDenys Dmytriiyenko <[denis@denix.org]>2010-01-14 09:45:12 +0100
committerKoen Kooi <koen@openembedded.org>2010-04-12 19:43:10 +0200
commit9a9098b0bec645db3007ffa764936f2e8c8554e9 (patch)
treef7280d7441ebc2cdf6071ac4f2684657b36e5c4e /recipes/ti/ti-dmai_svn.bb
parentbae27805cd3ea069df5ca460c890d7bc41c8e663 (diff)
downloadopenembedded-9a9098b0bec645db3007ffa764936f2e8c8554e9.tar.gz
ti: point properly to toolchain, whether it's internal or external
Signed-off-by: Koen Kooi <k-kooi@ti.com>
Diffstat (limited to 'recipes/ti/ti-dmai_svn.bb')
-rw-r--r--recipes/ti/ti-dmai_svn.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/ti/ti-dmai_svn.bb b/recipes/ti/ti-dmai_svn.bb
index c7b08fb99b..ecd2e83918 100644
--- a/recipes/ti/ti-dmai_svn.bb
+++ b/recipes/ti/ti-dmai_svn.bb
@@ -62,7 +62,7 @@ do_compile () {
BIOS_INSTALL_DIR="${BIOS_INSTALL_DIR}"\
LINUXLIBS_INSTALL_DIR="${STAGING_DIR_HOST}/usr" \
USER_XDC_PATH="${USER_XDC_PATH}" \
- CROSS_COMPILE="${CROSS_DIR}/bin/${TARGET_PREFIX}" \
+ CROSS_COMPILE="${TOOLCHAIN_PATH}/bin/${TARGET_PREFIX}" \
VERBOSE="true" \
XDAIS_INSTALL_DIR="${XDAIS_INSTALL_DIR}" \
LINK_INSTALL_DIR="${LINK_INSTALL_DIR}" \