fix linode arch

This commit is contained in:
i.panteleev 2021-08-09 14:49:38 +03:00
parent fbd1621fa5
commit 745209e6d2

View File

@ -0,0 +1,7 @@
arch_conf:
CHOST: 'x86_64-gentoo-linux-musl'
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: 'musl/amd64/sandybridge'