Skip to content
Snippets Groups Projects
Commit 683d57f4 authored by Ludovic Courtès's avatar Ludovic Courtès
Browse files

distro: Fix bootstrapping regression recently introduced.

* distro/packages/base.scm (gcc-boot0-wrapped): Fix typo introduced in
  a52e429f ("distro: Add i686 support.")
parent f76a51ad
No related branches found
No related tags found
No related merge requests found
...@@ -1722,7 +1722,7 @@ (define gcc-boot0-wrapped ...@@ -1722,7 +1722,7 @@ (define gcc-boot0-wrapped
(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))))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment