me
/
guix
Archived
1
0
Fork 0

distro: Fix bootstrapping regression recently introduced.

* distro/packages/base.scm (gcc-boot0-wrapped): Fix typo introduced in
  a52e429f76 ("distro: Add i686 support.")
master
Ludovic Courtès 2012-10-18 11:41:12 +02:00
parent f76a51add0
commit 683d57f420
1 changed files with 1 additions and 1 deletions

View File

@ -1722,7 +1722,7 @@ identifier SYSTEM."
(call-with-output-file "gcc" (call-with-output-file "gcc"
(lambda (p) (lambda (p)
(format p "#!/bin/sh (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 gcc triplet
libc libc libc libc
,(glibc-dynamic-linker system)))) ,(glibc-dynamic-linker system))))