mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-27 09:11:00 +02:00
profile: move binhost definitions to more appropriate location
This commit is contained in:
parent
de63bb2828
commit
4291b44ddd
4 changed files with 3 additions and 5 deletions
|
|
@ -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}"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
1
profiles/pentoo/hardened/linux/amd64/make.defaults
Normal file
1
profiles/pentoo/hardened/linux/amd64/make.defaults
Normal 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/"
|
||||
1
profiles/pentoo/hardened/linux/x86/make.defaults
Normal file
1
profiles/pentoo/hardened/linux/x86/make.defaults
Normal 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/"
|
||||
Loading…
Reference in a new issue