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:
Timotej Lazar 2020-04-11 20:18:39 +02:00
parent 1892d626dd
commit 1b7a4319fa

View file

@ -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)