guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: raspi-arm-chainloader: Fix build.


From: guix-commits
Subject: branch master updated: gnu: raspi-arm-chainloader: Fix build.
Date: Thu, 29 Oct 2020 09:46:24 -0400

This is an automated email from the git hooks/post-receive script.

dannym pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 53aa680  gnu: raspi-arm-chainloader: Fix build.
53aa680 is described below

commit 53aa680e2b1cd2a15f2d85ab7828ae8b73ffcf91
Author: Danny Milosavljevic <dannym@scratchpost.org>
AuthorDate: Thu Oct 29 14:44:01 2020 +0100

    gnu: raspi-arm-chainloader: Fix build.
    
    * gnu/packages/raspberry-pi.scm 
(raspi-arm-chainloader)[arguments]<#:phases>[build-tlsf]: Modify.
    [build-common]: Modify.
---
 gnu/packages/raspberry-pi.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/raspberry-pi.scm b/gnu/packages/raspberry-pi.scm
index 80d7da3..4840614 100644
--- a/gnu/packages/raspberry-pi.scm
+++ b/gnu/packages/raspberry-pi.scm
@@ -121,15 +121,15 @@ used in the Raspberry Pi")
          (add-after 'setenv 'build-tlsf
            (lambda _
              (with-directory-excursion "tlsf"
-               ;; Note: Adding "-I../common".
+               ;; Note: Adding "-I../common -I../notc/include".
                (invoke "make"
-                       "CFLAGS=-mtune=arm1176jzf-s -march=armv6zk -mfpu=vfp 
-mfloat-abi=softfp -I../common"))))
+                       "CFLAGS=-mtune=arm1176jzf-s -march=armv6zk -mfpu=vfp 
-mfloat-abi=softfp -I../common -I../notc/include"))))
          (add-after 'build-tlsf 'build-common
            (lambda _
              (with-directory-excursion "common"
                (invoke "make"
-                       ;; Note: Adding "-I..".
-                       "ARMCFLAGS=-mtune=arm1176jzf-s -march=armv6zk -marm 
-I.."))))
+                       ;; Note: Adding "-I.. -I../notc/include".
+                       "ARMCFLAGS=-mtune=arm1176jzf-s -march=armv6zk -marm 
-I.. -I../notc/include"))))
          (add-after 'build-common 'build-notc
            (lambda _
              (with-directory-excursion "notc"



reply via email to

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