tcmode: don't ship a toolchain in the sdk for now

Long term, may want to add the ability to ship the cross-canadian content from
the external toolchain.

Signed-off-by: Christopher Larson <chris_larson@mentor.com>
This commit is contained in:
Christopher Larson
2012-10-29 17:44:22 -07:00
parent d6bbda9d7d
commit 04461e5205

View File

@@ -12,6 +12,9 @@ python () {
d.setVar('TOOLCHAIN_PATH_ADD', '')
}
# Don't ship any toolchain binaries in the sdk for the time being
TOOLCHAIN_HOST_TASK ?= "nativesdk-packagegroup-sdk-host meta-environment-${TRANSLATED_TARGET_ARCH}"
localedir = "${exec_prefix}/lib/locale"
CSL_TARGET_SYS_powerpc ?= "powerpc-linux-gnu powerpc-mentor-linux-gnu"