From 68c141f144b68baa98a2f48c8ff3f867d667e153 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Fri, 16 Nov 2012 00:26:34 +0100 Subject: distro: Rebuild bootstrap Binutils and GCC. These new binaries are built with the `--with-lib-path' and `--with-local-prefix' flags, respectively, as introduced in commit 01d4540. * distro/packages/bootstrap.scm (%bootstrap-coreutils&co, %bootstrap-glibc): Update URL. (%bootstrap-binutils, %bootstrap-gcc): Update URL and hashes. * build-aux/download.scm (file-name->uri): Update URL. --- build-aux/download.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'build-aux/download.scm') diff --git a/build-aux/download.scm b/build-aux/download.scm index 9da39155ea..4c1a1a6e5d 100644 --- a/build-aux/download.scm +++ b/build-aux/download.scm @@ -34,7 +34,8 @@ "Return the URI for FILE." (match (string-tokenize file (char-set-complement (char-set #\/))) ((_ ... system basename) - (string->uri (string-append %url-base "/" system "/" basename))))) + (string->uri (string-append %url-base "/" system + "/20121115/" basename))))) (match (command-line) ((_ file expected-hash) -- cgit v1.2.3