Secondary batch of environments
This commit is contained in:
parent
2e9d84555b
commit
eba24d4358
5
cpu_native_4core_parallel
Normal file
5
cpu_native_4core_parallel
Normal 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=2"
|
||||
MAKEFLAGS="-j2"
|
5
cpu_native_4core_serial
Normal file
5
cpu_native_4core_serial
Normal 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=1"
|
||||
MAKEFLAGS="-j4"
|
1
flags_skylake
Normal file
1
flags_skylake
Normal file
@ -0,0 +1 @@
|
||||
CPU_FLAGS_X86="fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr mmxext sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf tsc_known_freq pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 sse3 ssse3 sdbg fma cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb invpcid_single pti ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid mpx rdseed adx smap clflushopt intel_pt xsaveopt xsavec xgetbv1 xsaves dtherm ida arat pln pts hwp hwp_notify hwp_act_window hwp_epp md_clear flush_l1d"
|
@ -1 +1,2 @@
|
||||
USE="$USE dri drm egl gallium glamor -gles2 opengl sna uxa -vaapi -vdpau -vulkan -xa -xvmc"
|
||||
VIDEO_CARDS="intel i915"
|
||||
|
2
gpu_intel_i965
Normal file
2
gpu_intel_i965
Normal file
@ -0,0 +1,2 @@
|
||||
USE="$USE dri drm egl gallium glamor gles gles2 opengl sna uxa vaapi vdpau vulkan xa xvmc"
|
||||
VIDEO_CARDS="intel i965"
|
2
gui_kde
Normal file
2
gui_kde
Normal file
@ -0,0 +1,2 @@
|
||||
USE="$USE -gconf -gnome -gnome-keyring gtk -gtk2 -gtk3 kde plasma sdl tray qml qt5 qt4 -vala wayland wxwidgets"
|
||||
USE="$USE libnotify notify startup-notification statusnotifier"
|
@ -1 +1 @@
|
||||
USE="$USE -consolekit dbus -elogind policykit systemd -user-session"
|
||||
USE="$USE -consolekit dbus -elogind policykit systemd user-session"
|
||||
|
Loading…
x
Reference in New Issue
Block a user