diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2010-04-11 23:18:10 +0200 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2010-04-11 23:18:10 +0200 |
commit | bf866279823c189becd7e0c615c7121102fda5fe (patch) | |
tree | 4a1d903b91774c1d612da8c758e6d5e94e115abc /scripts/build/cc | |
parent | d2ea451ee17c612fc62defa3a2bda40a2666cf60 (diff) | |
download | crosstool-ng-bf866279823c189becd7e0c615c7121102fda5fe.tar.gz crosstool-ng-bf866279823c189becd7e0c615c7121102fda5fe.tar.bz2 crosstool-ng-bf866279823c189becd7e0c615c7121102fda5fe.zip |
scripts/functions: make CT_Patch dumber
It is the responsibility of the caller to split the package name from
its version. It already knows that.
Diffstat (limited to 'scripts/build/cc')
-rw-r--r-- | scripts/build/cc/gcc.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build/cc/gcc.sh b/scripts/build/cc/gcc.sh index 96324f4f..ed804636 100644 --- a/scripts/build/cc/gcc.sh +++ b/scripts/build/cc/gcc.sh @@ -28,7 +28,7 @@ do_cc_get() { # Extract gcc do_cc_extract() { CT_Extract "gcc-${CT_CC_VERSION}" - CT_Patch "gcc-${CT_CC_VERSION}" + CT_Patch "gcc" "${CT_CC_VERSION}" # Copy ecj-latest.jar to ecj.jar at the top of the GCC source tree if [ "${CT_CC_LANG_JAVA_USE_ECJ}" = "y" \ |