diff options
Diffstat (limited to 'samples/powerpc-unknown-linux-gnu')
-rw-r--r-- | samples/powerpc-unknown-linux-gnu/crosstool.config | 2 |
1 files changed, 1 insertions, 1 deletions
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 |