profile: move binhost definitions to more appropriate location

This commit is contained in:
Zero_Chaos 2013-09-19 19:40:46 +00:00
parent de63bb2828
commit 4291b44ddd
4 changed files with 3 additions and 5 deletions

View file

@ -1,5 +1,3 @@
PORTAGE_BINHOST="http://pentoo.east.us.mirror.inerail.net/Packages/amd64-hardened/ http://mirror.switch.ch/ftp/mirror/pentoo/Packages/amd64-hardened/ ftp://pentoo.east.us.mirror.inerail.net/pentoo/Packages/amd64-hardened/ ftp://mirror.switch.ch/mirror/pentoo/Packages/amd64-hardened/"
CFLAGS="-Os -mtune=nocona -pipe"
CXXFLAGS="${CFLAGS}"
FFLAGS="${CFLAGS}"

View file

@ -1,8 +1,6 @@
USE="${USE} sse sse2 mmx"
PORTAGE_BINHOST="http://pentoo.east.us.mirror.inerail.net/Packages/x86-hardened/ http://mirror.switch.ch/ftp/mirror/pentoo/Packages/x86-hardened/ ftp://pentoo.east.us.mirror.inerail.net/pentoo/Packages/x86-hardened/ ftp://mirror.switch.ch/mirror/pentoo/Packages/x86-hardened/"
CFLAGS="-Os -march=pentium-m -mtune=nocona -pipe -fomit-frame-pointer"
CXXFLAGS="${CFLAGS}"
FFLAGS="${CFLAGS}"
FCFLAGS="${CFLAGS}"
USE="${USE} sse sse2 mmx"

View file

@ -0,0 +1 @@
PORTAGE_BINHOST="http://pentoo.east.us.mirror.inerail.net/Packages/amd64-hardened/ http://mirror.switch.ch/ftp/mirror/pentoo/Packages/amd64-hardened/ ftp://pentoo.east.us.mirror.inerail.net/pentoo/Packages/amd64-hardened/ ftp://mirror.switch.ch/mirror/pentoo/Packages/amd64-hardened/"

View file

@ -0,0 +1 @@
PORTAGE_BINHOST="http://pentoo.east.us.mirror.inerail.net/Packages/x86-hardened/ http://mirror.switch.ch/ftp/mirror/pentoo/Packages/x86-hardened/ ftp://pentoo.east.us.mirror.inerail.net/pentoo/Packages/x86-hardened/ ftp://mirror.switch.ch/mirror/pentoo/Packages/x86-hardened/"