fils/portage.make.conf: CPU flags have been updated.

This commit is contained in:
Grigory Antsiferov 2016-08-14 18:34:55 +03:00
parent de42c3d40c
commit cd601080ce
2 changed files with 3 additions and 3 deletions

View File

@ -36,7 +36,7 @@ repos: $(REPOS_TARGET)
echo $(TAG) > $@
test:
$(DOCKER) run "$(REGISTRY)/$(ORG_NAME)/$(SERVICE_NAME):$(shell cat .state)" \
$(DOCKER) run "$(REGISTRY)/$(ORG_NAME)/$(SERVICE_NAME):$(shell cat .state)" \
bash -c "salt --versions-report; ssh -V"
push:

View File

@ -1,4 +1,4 @@
CFLAGS="-march=native -O2 -pipe -mfpmath=sse"
CFLAGS="-march=corei7-avx -mtune=corei7-avx -O2 -pipe -mfpmath=sse -mno-fma -mno-fma4 -mno-avx2 -mno-xop"
CXXFLAGS="${CFLAGS}"
CHOST="x86_64-pc-linux-gnu"
PORTDIR="/usr/portage"
@ -15,7 +15,7 @@ ACCEPT_KEYWORDS="amd64"
PYTHON_TARGETS="python2_7"
USE_PYTHON="2.7"
CPU_FLAGS_X86="mmx mmxext sse sse2 sse3 ssse3 sse4 sse4_1 sse4_2 aes avx avx2"
CPU_FLAGS_X86="mmx mmxext sse sse2 sse3 ssse3 sse4 sse4_1 sse4_2 aes avx"
USE_SALT="smp sctp xattr ssl openssl vhosts -gnutls -tcpd -doc -examples"
USE="${USE_SALT}"