[portage] split package env for x86 and amd64

This commit is contained in:
Fabio Erculiani 2011-11-03 13:47:10 +01:00
parent 980f106e42
commit 016dce61c3
5 changed files with 10 additions and 4 deletions

3
conf/intel/portage/env/O3.amd64.conf vendored Normal file
View File

@ -0,0 +1,3 @@
# Set -O3 for perf. critical packages
CFLAGS="-O3 -march=x86-64 -pipe"
CXXFLAGS="${CFLAGS}"

View File

@ -1,3 +1,3 @@
# Set -O3 for perf. critical packages
CFLAGS="-O3 -pipe"
CFLAGS="-O3 -march=i686 -pipe"
CXXFLAGS="${CFLAGS}"

View File

@ -1,3 +0,0 @@
www-servers/apache apache.conf
media-video/ffmpeg O3.conf
media-video/libav O3.conf

View File

@ -0,0 +1,3 @@
www-servers/apache apache.conf
media-video/ffmpeg O3.amd64.conf
media-video/libav O3.amd64.conf

View File

@ -0,0 +1,3 @@
www-servers/apache apache.conf
media-video/ffmpeg O3.x86.conf
media-video/libav O3.x86.conf