Tertiary batch of environments

This commit is contained in:
Brainwrecked Tech 2019-10-03 01:49:50 -04:00
parent eba24d4358
commit 311e5f370a
12 changed files with 20 additions and 3 deletions

1
.gitignore vendored
View File

@ -5,5 +5,6 @@ mycpu
mygpu
mygui
myinit
mynet
mykit
README.md

View File

@ -0,0 +1,5 @@
CFLAGS="-march=native -O2 -fomit-frame-pointer -fno-plt -fstack-protector-strong"
CXXFLAGS="${CFLAGS}"
LDFLAGS="-Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now"
EMERGE_DEFAULT_OPTS="$EMERGE_DEFAULT_OPTS --jobs=3"
MAKEFLAGS="-j4"

6
cpu_native_12core_serial Normal file
View File

@ -0,0 +1,6 @@
CHOST=x86_64-pc-linux-gnu
CFLAGS="-march=native -O2 -fomit-frame-pointer -fno-plt -fstack-protector-strong"
CXXFLAGS="${CFLAGS}"
LDFLAGS="-Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now"
EMERGE_DEFAULT_OPTS="$EMERGE_DEFAULT_OPTS --jobs=1"
MAKEFLAGS="-j12"

1
flags_znver1 Normal file
View File

@ -0,0 +1 @@
CPU_FLAGS_X86="fma3 fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good nopl nonstop_tsc cpuid extd_apicid aperfmperf pni pclmul pclmulqdq monitor sse3 ssse3 fma cx16 sse4_1 sse4_2 movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cpb hw_pstate sme ssbd sev ibpb vmmcall fsgsbase bmi1 avx2 smep bmi2 rdseed adx smap clflushopt sha sha_ni xsaveopt xsavec xgetbv1 xsaves clzero irperf xsaveerptr arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif overflow_recov succor smca"

2
gpu_nvidia Normal file
View File

@ -0,0 +1,2 @@
USE="$USE opengl xvmc"
VIDEO_CARDS="nvidia"

View File

@ -1 +1 @@
USE="$USE -battery -bluetooth lm_sensors -modemmanager -networkmanager -pcmcia sensors -smartcard udev usb -wifi"
USE="$USE -battery lm_sensors -pcmcia sensors -smartcard udev usb"

1
kit_laptop Normal file
View File

@ -0,0 +1 @@
USE="$USE battery lm_sensors -pcmcia sensors -smartcard udev usb"

View File

@ -1 +0,0 @@
USE="$USE battery -bluetooth lm_sensors -modemmanager networkmanager -pcmcia sensors -smartcard udev usb wifi"

View File

@ -1 +0,0 @@
USE="$USE battery bluetooth lm_sensors modemmanager networkmanager -pcmcia sensors -smartcard udev usb wifi"

1
net_eth Normal file
View File

@ -0,0 +1 @@
USE="$USE -bluetooth -connection-sharing -modemmanager networkmanager -wifi"

1
net_eth+wifi Normal file
View File

@ -0,0 +1 @@
USE="$USE -bluetooth connection-sharing -modemmanager networkmanager wifi"

1
net_eth+wifi+bt Normal file
View File

@ -0,0 +1 @@
USE="$USE bluetooth connection-sharing modemmanager networkmanager wifi"