mirror of
https://github.com/valitydev/salt-common.git
synced 2024-11-06 18:35:18 +00:00
pillar/arch/amd64/corei7-avx*: linode variant with locked compilation options and CPU flags has been added;
This commit is contained in:
parent
9a69e9da2e
commit
0fe69b9a05
@ -3,4 +3,4 @@ arch_conf:
|
||||
CHOST: 'x86_64-pc-linux-gnu'
|
||||
CFLAGS: '-march=corei7-avx -mtune=corei7-avx -O2 -pipe -mfpmath=sse -mno-fma -mno-fma4 -mno-avx2 -mno-xop'
|
||||
CXXFLAGS: '${CFLAGS}'
|
||||
CPU_FLAGS: 'mmx mmxext sse sse2 sse3 ssse3 sse4 sse4_1 sse4_2 aes avx'
|
||||
CPU_FLAGS: 'mmx mmxext sse sse2 sse3 ssse3 sse4 sse4_1 sse4_2 aes popcnt avx'
|
||||
|
7
pillar/arch/amd64/corei7-avx-linode.sls
Normal file
7
pillar/arch/amd64/corei7-avx-linode.sls
Normal file
@ -0,0 +1,7 @@
|
||||
arch_conf:
|
||||
mirror_arch: 'amd64/corei7-avx'
|
||||
CHOST: 'x86_64-pc-linux-gnu'
|
||||
CFLAGS: '-march=corei7-avx -mtune=corei7-avx -O2 -pipe -mfpmath=sse -mno-fma -mno-fma4 -mno-avx2 -mno-xop'
|
||||
CXXFLAGS: '${CFLAGS}'
|
||||
CPU_FLAGS: "mmx sse sse2 ssse3 sse4_1 sse4_2 aes popcnt avx
|
||||
|
Loading…
Reference in New Issue
Block a user