diff options
Diffstat (limited to 'scripts/populate.in')
-rw-r--r-- | scripts/populate.in | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/scripts/populate.in b/scripts/populate.in index 66158117..e8a3718a 100644 --- a/scripts/populate.in +++ b/scripts/populate.in @@ -13,8 +13,10 @@ CT_SYSROOT_DIR="$(cd "${CT_BIN_DIR}/../@@CT_TARGET@@/sys-root"; pwd)" myname=$(basename "$0") -# Parse the tools' paths configuration -. "${CT_LIB_DIR}/paths.mk" +# Use the tols discovered by crosstool-NG's ./configure: +install="@@CT_install@@" +grep="@@CT_grep@@" +sed="@@CT_sed@@" doHelp() { cat <<_EOF_ |