mirror of
https://github.com/valitydev/salt-common.git
synced 2024-11-06 10:25:23 +00:00
8 lines
273 B
Plaintext
8 lines
273 B
Plaintext
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 sse sse2 ssse3 sse4_1 sse4_2 aes popcnt avx'
|
|
mirror_arch: 'amd64/corei7-avx'
|
|
|