bootstrap: Do not fake, use Mes instead of Guile.
* gnu/packages/commencement.scm (%fake-bootstrap?): Do not fake, use Mes instead of Guile.
This commit is contained in:
parent
f8067e0329
commit
cdd3bcf038
|
@ -81,7 +81,7 @@
|
||||||
;;;
|
;;;
|
||||||
;;; Code:
|
;;; Code:
|
||||||
|
|
||||||
(define %fake-bootstrap? #t) ; cheat using Guile (instead of Mes) in MesCC
|
(define %fake-bootstrap? #f) ; cheat using Guile (instead of Mes) in MesCC
|
||||||
; for speed-up?
|
; for speed-up?
|
||||||
|
|
||||||
(define mes-boot0
|
(define mes-boot0
|
||||||
|
|
Loading…
Reference in New Issue