diff options
Diffstat (limited to 'profiles/host-errol')
-rw-r--r-- | profiles/host-errol/eapi | 1 | ||||
-rw-r--r-- | profiles/host-errol/make.defaults | 4 | ||||
-rw-r--r-- | profiles/host-errol/package.use | 2 | ||||
-rw-r--r-- | profiles/host-errol/packages | 10 | ||||
-rw-r--r-- | profiles/host-errol/parent | 3 |
5 files changed, 20 insertions, 0 deletions
diff --git a/profiles/host-errol/eapi b/profiles/host-errol/eapi new file mode 100644 index 0000000..7f8f011 --- /dev/null +++ b/profiles/host-errol/eapi @@ -0,0 +1 @@ +7 diff --git a/profiles/host-errol/make.defaults b/profiles/host-errol/make.defaults new file mode 100644 index 0000000..031bb18 --- /dev/null +++ b/profiles/host-errol/make.defaults @@ -0,0 +1,4 @@ +# vim:ft=gentoo-make-conf +CPU_FLAGS_X86="aes avx avx2 f16c fma3 mmx mmxext pclmul popcnt sha sse sse2 sse3 sse4_1 sse4_2 sse4a ssse3" + +MAKEOPTS="-j14" diff --git a/profiles/host-errol/package.use b/profiles/host-errol/package.use new file mode 100644 index 0000000..b0902c9 --- /dev/null +++ b/profiles/host-errol/package.use @@ -0,0 +1,2 @@ +# For laminar +dev-cpp/websocketpp boost diff --git a/profiles/host-errol/packages b/profiles/host-errol/packages new file mode 100644 index 0000000..5e377b6 --- /dev/null +++ b/profiles/host-errol/packages @@ -0,0 +1,10 @@ +# Network rc scripts +net-misc/netifrc + +# Synchronization +net-p2p/syncthing-conf + +# Build +dev-util/laminar +## For Turris build +dev-util/ccache diff --git a/profiles/host-errol/parent b/profiles/host-errol/parent new file mode 100644 index 0000000..8401292 --- /dev/null +++ b/profiles/host-errol/parent @@ -0,0 +1,3 @@ +../base/amd64 +../compile +../compile/openwrt |