mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
Merge branch 'master' into core-updates
This commit is contained in:
commit
2a7648774f
108 changed files with 4080 additions and 1733 deletions
|
@ -1101,6 +1101,14 @@ provides the GNU compiler for the Go programming language."))
|
|||
(custom-gcc gcc-10 "gcc-objc" '("objc")
|
||||
%objc-search-paths))
|
||||
|
||||
(define-public gcc-objc-11
|
||||
(custom-gcc gcc-11 "gcc-objc" '("objc")
|
||||
%objc-search-paths))
|
||||
|
||||
(define-public gcc-objc-12
|
||||
(custom-gcc gcc-12 "gcc-objc" '("objc")
|
||||
%objc-search-paths))
|
||||
|
||||
(define-public gcc-objc gcc-objc-10)
|
||||
|
||||
(define %objc++-search-paths
|
||||
|
@ -1143,6 +1151,14 @@ provides the GNU compiler for the Go programming language."))
|
|||
(custom-gcc gcc-10 "gcc-objc++" '("obj-c++")
|
||||
%objc++-search-paths))
|
||||
|
||||
(define-public gcc-objc++-11
|
||||
(custom-gcc gcc-11 "gcc-objc++" '("obj-c++")
|
||||
%objc++-search-paths))
|
||||
|
||||
(define-public gcc-objc++-12
|
||||
(custom-gcc gcc-12 "gcc-objc++" '("obj-c++")
|
||||
%objc++-search-paths))
|
||||
|
||||
(define-public gcc-objc++ gcc-objc++-10)
|
||||
|
||||
(define (make-libstdc++-doc gcc)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue