diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2009-02-01 22:41:16 +0000 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2009-02-01 22:41:16 +0000 |
commit | 8eed91405edf07a8f25c5ee4825751af7d392b7e (patch) | |
tree | f4404b56feba0762d4b9d965bb9c4f8a3b49a2fc /scripts/populate.in | |
parent | 692749b67ea6ad54493eda4acf4285c4a50eadec (diff) | |
download | crosstool-ng-8eed91405edf07a8f25c5ee4825751af7d392b7e.tar.gz crosstool-ng-8eed91405edf07a8f25c5ee4825751af7d392b7e.tar.bz2 crosstool-ng-8eed91405edf07a8f25c5ee4825751af7d392b7e.zip |
Fix populate to correctly use tools discovered via ./configure.
/trunk/scripts/functions | 11 8 3 0 ++++++++---
/trunk/scripts/populate.in | 6 4 2 0 ++++--
2 files changed, 12 insertions(+), 5 deletions(-)
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_ |