Install the config script following the naming of other files, eg. "${CT_TARGET}-" instead of "${CT_TARGET}." .
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Mon Oct 06 21:23:31 2008 +0000 (2008-10-06)
changeset 90974cbf60cf82f
parent 908 6db1117b2893
child 910 9db42913e2ae
Install the config script following the naming of other files, eg. "${CT_TARGET}-" instead of "${CT_TARGET}." .

/trunk/scripts/crosstool.sh | 4 2 2 0 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
scripts/crosstool.sh
     1.1 --- a/scripts/crosstool.sh	Mon Oct 06 20:13:05 2008 +0000
     1.2 +++ b/scripts/crosstool.sh	Mon Oct 06 21:23:31 2008 +0000
     1.3 @@ -342,8 +342,8 @@
     1.4      export PARALLELMFLAGS
     1.5  
     1.6      CT_DoLog EXTRA "Installing user-supplied crosstool-NG configuration"
     1.7 -    CT_DoExecLog DEBUG install -m 0755 "${CT_LIB_DIR}/tools/toolchain-config.in" "${CT_PREFIX_DIR}/bin/${CT_TARGET}.ct-ng.config"
     1.8 -    bzip2 -c -9 .config >>"${CT_PREFIX_DIR}/bin/${CT_TARGET}.ct-ng.config"
     1.9 +    CT_DoExecLog DEBUG install -m 0755 "${CT_LIB_DIR}/tools/toolchain-config.in" "${CT_PREFIX_DIR}/bin/${CT_TARGET}-ct-ng.config"
    1.10 +    bzip2 -c -9 .config >>"${CT_PREFIX_DIR}/bin/${CT_TARGET}-ct-ng.config"
    1.11  
    1.12      CT_DoStep EXTRA "Dumping internal crosstool-NG configuration"
    1.13      CT_DoLog EXTRA "Building a toolchain for:"