mirror of
https://gitlab.com/nonguix/nonguix.git
synced 2024-12-23 15:24:52 +01:00
nongnu: compcert: Build for arm-eabihf on arm.
* nongnu/packages/coq.scm (compcert)[arguments]: Pass arm-eabihf to configure script to enable hard float extensions.
This commit is contained in:
parent
1892d626dd
commit
1b7a4319fa
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@
|
|||
(replace 'configure
|
||||
(lambda* (#:key outputs #:allow-other-keys)
|
||||
(let ((system ,(match (or (%current-target-system) (%current-system))
|
||||
("armhf-linux" "arm-linux")
|
||||
("armhf-linux" "arm-eabihf")
|
||||
("i686-linux" "x86_32-linux")
|
||||
(s s))))
|
||||
(format #t "Building for ~a~%" system)
|
||||
|
|
Loading…
Reference in a new issue