This is the mail archive of the crossgcc@sourceware.org mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH 0 of 7] Misc download reworks


Hello All!

Here is a patchset that:
 - makes it possible to use the mirror preferably over
   repository (svn and cvs for now) downloads
 - always prefer the mirror over the upstream locations
 - no longer require svn as a hard-dependency

  [1/7] scripts/functions: if no upstream URL is given, silently ignore that
  [2/7] scripts/functions: svn retrival first tries the mirror for tarballs
  [3/7] configure: do not require svn
  [4/7] scripts/functions: cvs retrival first tries the mirror for tarballs
  [5/7] scripts/functions: always prefer the mirror
  [6/7] scripts/functions: use array variables for URLs list
  [7/7] scripts: try the mirror even if downloads are forbidden

 scripts/functions          |   1 +
 scripts/functions          |  10 +++---
 config/libc/eglibc.in      |  12 ++++++++
 configure                  |   2 +-
 scripts/functions          |  10 +++---
 config/global/download.in  |  11 +-------
 scripts/functions          |  18 ++----------
 scripts/functions          |  10 ++++--
 config/global/download.in  |  62 +++++++++++++++++++++++-----------------------
 scripts/crosstool-NG.sh.in |  38 ++++++++++++---------------
 scripts/functions          |  19 +++++++++++++-
 11 files changed, 101 insertions(+), 92 deletions(-)

Regards,
Yann E. MORIN.

--
For unsubscribe information see http://sourceware.org/lists.html#faq


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]