guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/03: gnu: sdcc: Enable ucsim.


From: David Craven
Subject: 01/03: gnu: sdcc: Enable ucsim.
Date: Sat, 29 Oct 2016 23:03:22 +0000 (UTC)

dvc pushed a commit to branch master
in repository guix.

commit 225d6c049ea36724f80db44f0c4f73b0b740978d
Author: David Craven <address@hidden>
Date:   Tue Oct 4 22:27:05 2016 +0200

    gnu: sdcc: Enable ucsim.
    
    * gnu/packages/sdcc.scm (arguments)[configure-flags]: Add --enable-ucsim.
---
 gnu/packages/sdcc.scm |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/sdcc.scm b/gnu/packages/sdcc.scm
index c3d4bce..331425d 100644
--- a/gnu/packages/sdcc.scm
+++ b/gnu/packages/sdcc.scm
@@ -49,7 +49,7 @@
     (arguments
      `(;; gputils is required for PIC ports
        #:configure-flags
-       '("--disable-pic14-port" "--disable-pic16-port")
+       '("--disable-pic14-port" "--disable-pic16-port" "--enable-ucsim")
        #:phases
        (modify-phases %standard-phases
          (add-after 'unpack 'patch-makefile



reply via email to

[Prev in Thread] Current Thread [Next in Thread]