1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-06-04 18:00:36 +00:00

c6accel: fix toolchain path

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
Koen Kooi
2011-08-08 10:58:27 +02:00
parent 03c27272d4
commit 5e46f55dc8
+1 -1
View File
@@ -48,7 +48,7 @@ TIARGS = ' \
SERVER_INSTALL_DIR="${CODEC_INSTALL_DIR}" \
C6ACCEL_INSTALL_DIR="${S}" \
CSTOOL_DIR="${TOOLCHAIN_PATH}" \
CSTOOL_PREFIX="${TOOLCHAIN_PATH}/bin/${TARGET_PREFIX}" \
CSTOOL_PREFIX="${TOOLCHAIN_PATH}/${TARGET_PREFIX}" \
LINUXLIBS_INSTALL_DIR="${STAGING_DIR}/${BASE_PACKAGE_ARCH}${HOST_VENDOR}-${HOST_OS}" \
CFLAGS=" ${TARGET_CC_ARCH} ${CFLAGS}" LDFLAGS="${LDFLAGS}" \
'