gnu: clisp: Fix building on aarch64-linux.

* gnu/packages/lisp.scm (clisp)[arguments]: Remove 'falign-functions=4'
configure flag.
master
Efraim Flashner 2018-01-22 12:46:17 +02:00
parent 75033216ea
commit f3cd6633ce
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 5 deletions

View File

@ -6,7 +6,7 @@
;;; Copyright © 2016, 2017 ng0 <contact.ng0@cryptolab.net> ;;; Copyright © 2016, 2017 ng0 <contact.ng0@cryptolab.net>
;;; Copyright © 2016, 2017 Andy Patterson <ajpatter@uwaterloo.ca> ;;; Copyright © 2016, 2017 Andy Patterson <ajpatter@uwaterloo.ca>
;;; Copyright © 2017 Ricardo Wurmus <rekado@elephly.net> ;;; Copyright © 2017 Ricardo Wurmus <rekado@elephly.net>
;;; Copyright © 2017 Efraim Flashner <efraim@flashner.co.il> ;;; Copyright © 2017, 2018 Efraim Flashner <efraim@flashner.co.il>
;;; Copyright © 2017 Tobias Geerinckx-Rice <me@tobias.gr> ;;; Copyright © 2017 Tobias Geerinckx-Rice <me@tobias.gr>
;;; ;;;
;;; This file is part of GNU Guix. ;;; This file is part of GNU Guix.
@ -270,10 +270,7 @@ supporting ASDF, Sockets, Gray streams, MOP, and other useful components.")
("readline" ,readline) ("readline" ,readline)
("libsigsegv" ,libsigsegv))) ("libsigsegv" ,libsigsegv)))
(arguments (arguments
'(;; XXX The custom configure script does not cope well when passed '(#:configure-flags '("--enable-portability"
;; --build=<triplet>.
#:configure-flags '("CFLAGS=-falign-functions=4"
"--enable-portability"
"--with-dynamic-ffi" "--with-dynamic-ffi"
"--with-dynamic-modules" "--with-dynamic-modules"
"--with-module=bindings/glibc" "--with-module=bindings/glibc"