This commit is contained in:
Yann Dupont 2020-05-11 16:39:00 +02:00
parent e3aa03bc60
commit a7dfc71ae1

View file

@ -184,26 +184,6 @@
)
)
;;(define-public glicid-fortan-toolchain-8
;; (make-gcc-toolchain gfortran))
;;(define-public glicid-fortran-toolchain-9
;; (make-gcc-toolchain gfortan))
(define %generic-search-paths
;; This is the language-neutral search path for GCC. Entries in $CPATH are
;; not considered "system headers", which means GCC can raise warnings for
;; issues in those headers. 'CPATH' is the only one that works for
;; front-ends not in the C family.
(list (search-path-specification
(variable "CPATH")
(files '("include")))
(search-path-specification
(variable "LIBRARY_PATH")
(files '("lib" "lib64")))))
(define* (custom-gcc gcc name languages
#:optional
@ -248,8 +228,8 @@ as the 'native-search-paths' field."
(custom-gcc gcc-10 "gfortran" '("fortran")
%generic-search-paths))
;;(define-public glicid-gfortran-9 gfortran-9)
;;(define-public glicid-gfortran-10 gfortran-10)
(define-public glicid-gfortran-9 gfortran-9)
(define-public glicid-gfortran-10 gfortran-10)