[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/01: bootstrappable: more comments
From: |
Jan Nieuwenhuizen |
Subject: |
01/01: bootstrappable: more comments |
Date: |
Mon, 17 Sep 2018 16:08:13 -0400 (EDT) |
janneke pushed a commit to branch wip-bootstrap
in repository guix.
commit bdb3e21b6c9c5b74ddc40425271621d1142b4b51
Author: Jan Nieuwenhuizen <address@hidden>
Date: Mon Sep 17 22:07:53 2018 +0200
bootstrappable: more comments
---
gnu/packages/commencement.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/commencement.scm b/gnu/packages/commencement.scm
index 551ac06..ff1b2b9 100644
--- a/gnu/packages/commencement.scm
+++ b/gnu/packages/commencement.scm
@@ -1259,7 +1259,8 @@ ac_cv_c_float_format='IEEE (little-endian)'
(define gcc-mesboot1-wrapper
;; We need this so gcc-mesboot1 can be used to create shared binaries that
- ;; have the correct interpreter and runpath to libc.
+ ;; have the correct interpreter, otherwise configuring gcc-mesboot using
+ ;; --enable-shared will fail.
(package-with-bootstrap-guile
(package
(inherit gcc-mesboot1)