distro: Fix bootstrapping regression recently introduced.
* distro/packages/base.scm (gcc-boot0-wrapped): Fix typo introduced in
a52e429f76
("distro: Add i686 support.")
master
parent
f76a51add0
commit
683d57f420
|
@ -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))))
|
||||||
|
|
Reference in New Issue