diff options
author | Alexey Neyman <stilor@att.net> | 2017-08-19 12:43:51 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-19 12:43:51 -0700 |
commit | 434c205e89f9d4e06d0210ae8504fb6a88a11d00 (patch) | |
tree | 5c381b037991f0ef5a46bf539e83122894c84887 /scripts/build/cc | |
parent | 73e8b0b228e29f6cac1b186cbcb7e3d1a47711ac (diff) | |
parent | d26dc5d5f5509232e7bd162baa70697c86307079 (diff) | |
download | crosstool-ng-434c205e89f9d4e06d0210ae8504fb6a88a11d00.tar.gz crosstool-ng-434c205e89f9d4e06d0210ae8504fb6a88a11d00.tar.bz2 crosstool-ng-434c205e89f9d4e06d0210ae8504fb6a88a11d00.zip |
Merge pull request #803 from stilor/upgrades
Various package upgrades
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 6019b35a..163a6a2b 100644 --- a/scripts/build/cc/gcc.sh +++ b/scripts/build/cc/gcc.sh @@ -14,7 +14,7 @@ do_cc_get() { # GCC source tree, which will not be there unless we get it and # put it there ourselves if [ "${CT_CC_LANG_JAVA_USE_ECJ}" = "y" ]; then - if ! CT_GetFile ecj-latest .jar $(CT_Mirrors sourceware java); then + if ! CT_GetFile ecj ecj-latest .jar $(CT_Mirrors sourceware java); then # Should be a package, too - but with Java retirement in GCC, # it may not make sense. CT_Abort "Failed to download ecj-latest.jar" |