mirror of
https://github.com/valitydev/image-riak-base.git
synced 2024-11-06 10:15:24 +00:00
fils/portage.make.conf: CPU flags have been updated.
This commit is contained in:
parent
de42c3d40c
commit
cd601080ce
2
Makefile
2
Makefile
@ -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:
|
||||
|
@ -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}"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user