[portage] split package env for x86 and amd64
This commit is contained in:
parent
980f106e42
commit
016dce61c3
3
conf/intel/portage/env/O3.amd64.conf
vendored
Normal file
3
conf/intel/portage/env/O3.amd64.conf
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
# Set -O3 for perf. critical packages
|
||||
CFLAGS="-O3 -march=x86-64 -pipe"
|
||||
CXXFLAGS="${CFLAGS}"
|
@ -1,3 +1,3 @@
|
||||
# Set -O3 for perf. critical packages
|
||||
CFLAGS="-O3 -pipe"
|
||||
CFLAGS="-O3 -march=i686 -pipe"
|
||||
CXXFLAGS="${CFLAGS}"
|
@ -1,3 +0,0 @@
|
||||
www-servers/apache apache.conf
|
||||
media-video/ffmpeg O3.conf
|
||||
media-video/libav O3.conf
|
3
conf/intel/portage/package.env.amd64
Normal file
3
conf/intel/portage/package.env.amd64
Normal file
@ -0,0 +1,3 @@
|
||||
www-servers/apache apache.conf
|
||||
media-video/ffmpeg O3.amd64.conf
|
||||
media-video/libav O3.amd64.conf
|
3
conf/intel/portage/package.env.x86
Normal file
3
conf/intel/portage/package.env.x86
Normal file
@ -0,0 +1,3 @@
|
||||
www-servers/apache apache.conf
|
||||
media-video/ffmpeg O3.x86.conf
|
||||
media-video/libav O3.x86.conf
|
Loading…
Reference in New Issue
Block a user