diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2007-06-16 18:08:14 +0000 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2007-06-16 18:08:14 +0000 |
commit | 37cce18efa5466b2b7d6b7cd23e7dd782987a6a0 (patch) | |
tree | 4e648db8841c369a64a4a95e8bb974c4d161b0fc /scripts/build/binutils.sh | |
parent | 0b17dd664e9dbacd04092384f79f0455e0d2741c (diff) | |
download | crosstool-ng-37cce18efa5466b2b7d6b7cd23e7dd782987a6a0.tar.gz crosstool-ng-37cce18efa5466b2b7d6b7cd23e7dd782987a6a0.tar.bz2 crosstool-ng-37cce18efa5466b2b7d6b7cd23e7dd782987a6a0.zip |
Add a function to print each component's filename: this eases building the tarball of the generated toolchain.
Hard-link the libfloat tarball instead of soft-link: this also eases building the afore-mentioned tarball.
Diffstat (limited to 'scripts/build/binutils.sh')
-rw-r--r-- | scripts/build/binutils.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/build/binutils.sh b/scripts/build/binutils.sh index 7615963f..30110067 100644 --- a/scripts/build/binutils.sh +++ b/scripts/build/binutils.sh @@ -2,6 +2,10 @@ # Copyright 2007 Yann E. MORIN # Licensed under the GPL v2. See COPYING in the root of this package +do_print_filename() { + echo "${CT_BINUTILS_FILE}" +} + # Download binutils do_binutils_get() { CT_GetFile "${CT_BINUTILS_FILE}" \ |