From f6b59188f175f3678e45f26d17182ff8fd3433e3 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Thu, 7 Oct 2010 23:53:16 +0200 Subject: samples: update all samples to use the new build dir Signed-off-by: "Yann E. MORIN" --- samples/powerpc-unknown-linux-gnu/crosstool.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'samples/powerpc-unknown-linux-gnu') diff --git a/samples/powerpc-unknown-linux-gnu/crosstool.config b/samples/powerpc-unknown-linux-gnu/crosstool.config index a018997e..af0ba016 100644 --- a/samples/powerpc-unknown-linux-gnu/crosstool.config +++ b/samples/powerpc-unknown-linux-gnu/crosstool.config @@ -22,7 +22,7 @@ CT_MODULES=y # CT_LOCAL_TARBALLS_DIR="${HOME}/src" CT_SAVE_TARBALLS=y -CT_WORK_DIR="${CT_TOP_DIR}/targets" +CT_WORK_DIR="${CT_TOP_DIR}/.build" CT_PREFIX_DIR="${HOME}/x-tools/${CT_TARGET}" CT_INSTALL_DIR="${CT_PREFIX_DIR}" CT_REMOVE_DOCS=y -- cgit v1.2.3