mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-30 06:08:37 +02:00
no deep replacement of gcc
This commit is contained in:
parent
020ab39125
commit
2aae3218ce
1 changed files with 2 additions and 0 deletions
|
@ -118,11 +118,13 @@
|
|||
(define gcc11-instead-of-gcc
|
||||
;; This is a procedure to replace GCC by GCC11,
|
||||
;; recursively.
|
||||
; (package-input-rewriting/spec `((,gcc-toolchain . ,(const gcc-toolchain-11)))))
|
||||
(package-input-rewriting `((,gcc-toolchain . ,gcc-toolchain-11))))
|
||||
|
||||
(define gcc10-instead-of-gcc
|
||||
;; This is a procedure to replace GCC by GCC10,
|
||||
;; recursively.
|
||||
; (package-input-rewriting/spec `((,gcc-toolchain . ,(const gcc-toolchain-10)))))
|
||||
(package-input-rewriting `((,gcc-toolchain . ,gcc-toolchain-10))))
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue