From 9187adb7ca5531ce63e4b2ab2e9c31df0803e9e6 Mon Sep 17 00:00:00 2001 From: Michael Marineau Date: Wed, 23 Oct 2013 12:07:39 -0700 Subject: [PATCH] fix(catalyst_toolchains.sh): Fix error in doc comment --- build_library/catalyst_toolchains.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_library/catalyst_toolchains.sh b/build_library/catalyst_toolchains.sh index aadd4c3ad4..066b599cd1 100644 --- a/build_library/catalyst_toolchains.sh +++ b/build_library/catalyst_toolchains.sh @@ -9,7 +9,7 @@ source /tmp/toolchain_util.sh # To make sure things are uploaded to the correct places we split things up: # crossdev build packages use ${PKGDIR}/crossdev (uploaded to SDK location) # build deps in crossdev's sysroot use ${PKGDIR}/cross/${CHOST} (no upload) -# native toolchains use ${PKGDIR}/native/${BOARD} (uploaded to board location) +# native toolchains use ${PKGDIR}/target/${BOARD} (uploaded to board location) get_dependency_list() { local ROOT="$1"