mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: %gcc-11-x86_64-micro-architectures: Add psabi entries.
* gnu/packages/gcc.scm (%gcc-11-x86_64-micro-architectures): Add entries for x86_64-v{1,2,3,4}.
This commit is contained in:
parent
f2f27c4952
commit
db6503a6ff
1 changed files with 4 additions and 1 deletions
|
@ -614,7 +614,10 @@ Go. It also includes runtime support libraries for these languages.")
|
||||||
(append %gcc-10-x86_64-micro-architectures
|
(append %gcc-10-x86_64-micro-architectures
|
||||||
'("sapphirerapids" "alterlake" "rocketlake" ;Intel
|
'("sapphirerapids" "alterlake" "rocketlake" ;Intel
|
||||||
|
|
||||||
"btver1" "btver2"))) ;AMD
|
"btver1" "btver2" ;AMD
|
||||||
|
|
||||||
|
;; psABI micro-architecture levels
|
||||||
|
"x86_64-v1" "x86_64-v2" "x86_64-v3" "x86_64-v4")))
|
||||||
|
|
||||||
;; Suitable '-march' values for GCC 12.
|
;; Suitable '-march' values for GCC 12.
|
||||||
(define %gcc-12-aarch64-micro-architectures
|
(define %gcc-12-aarch64-micro-architectures
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue