guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: clisp: Fix building on aarch64-linux.


From: Efraim Flashner
Subject: 01/01: gnu: clisp: Fix building on aarch64-linux.
Date: Mon, 22 Jan 2018 15:24:06 -0500 (EST)

efraim pushed a commit to branch core-updates
in repository guix.

commit f3cd6633ce7348fb92735d6cd708bdc8b3b063ee
Author: Efraim Flashner <address@hidden>
Date:   Mon Jan 22 12:46:17 2018 +0200

    gnu: clisp: Fix building on aarch64-linux.
    
    * gnu/packages/lisp.scm (clisp)[arguments]: Remove 'falign-functions=4'
    configure flag.
---
 gnu/packages/lisp.scm | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/lisp.scm b/gnu/packages/lisp.scm
index 10c49e0..b38efac 100644
--- a/gnu/packages/lisp.scm
+++ b/gnu/packages/lisp.scm
@@ -6,7 +6,7 @@
 ;;; Copyright © 2016, 2017 ng0 <address@hidden>
 ;;; Copyright © 2016, 2017 Andy Patterson <address@hidden>
 ;;; Copyright © 2017 Ricardo Wurmus <address@hidden>
-;;; Copyright © 2017 Efraim Flashner <address@hidden>
+;;; Copyright © 2017, 2018 Efraim Flashner <address@hidden>
 ;;; Copyright © 2017 Tobias Geerinckx-Rice <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
@@ -270,10 +270,7 @@ supporting ASDF, Sockets, Gray streams, MOP, and other 
useful components.")
               ("readline" ,readline)
               ("libsigsegv" ,libsigsegv)))
     (arguments
-     '(;; XXX The custom configure script does not cope well when passed
-       ;; --build=<triplet>.
-       #:configure-flags '("CFLAGS=-falign-functions=4"
-                           "--enable-portability"
+     '(#:configure-flags '("--enable-portability"
                            "--with-dynamic-ffi"
                            "--with-dynamic-modules"
                            "--with-module=bindings/glibc"



reply via email to

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