From 683d57f420110c97b0b9b03515832d9c3cead2bc Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Thu, 18 Oct 2012 11:41:12 +0200 Subject: distro: Fix bootstrapping regression recently introduced. * distro/packages/base.scm (gcc-boot0-wrapped): Fix typo introduced in a52e429f76282080c58444ce2ac82a1968d5f29d ("distro: Add i686 support.") --- distro/packages/base.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'distro/packages/base.scm') diff --git a/distro/packages/base.scm b/distro/packages/base.scm index 5e391ed580..6633f0d1ec 100644 --- a/distro/packages/base.scm +++ b/distro/packages/base.scm @@ -1722,7 +1722,7 @@ identifier SYSTEM." (call-with-output-file "gcc" (lambda (p) (format p "#!/bin/sh -exec ~a/bin/~a-gcc -B~a/lib -Wl,-dynamic-linker -Wl,~a/lib/~a \"$@\"~%" +exec ~a/bin/~a-gcc -B~a/lib -Wl,-dynamic-linker -Wl,~a/~a \"$@\"~%" gcc triplet libc libc ,(glibc-dynamic-linker system)))) -- cgit v1.2.3