summaryrefslogtreecommitdiff
path: root/profiles
diff options
context:
space:
mode:
authorBertrand Jacquin <bertrand@jacquin.bzh>2019-08-22 22:22:05 +0100
committerBertrand Jacquin <bertrand@jacquin.bzh>2019-08-27 21:26:07 +0100
commit17c27dd38fb91c381af1df69c127a09b5e3a545e (patch)
treeaafe374a6bff179117c058fcfc998b16f06baf6e /profiles
parentprofiles: switch to 17.1 (diff)
downloadportage-17c27dd38fb91c381af1df69c127a09b5e3a545e.tar.xz
profiles: add server/aws/c4.4xlarge
Diffstat (limited to 'profiles')
-rw-r--r--profiles/profiles.desc1
-rw-r--r--profiles/server/aws/c4.4xlarge/eapi1
-rw-r--r--profiles/server/aws/c4.4xlarge/make.defaults3
-rw-r--r--profiles/server/aws/c4.4xlarge/parent2
4 files changed, 7 insertions, 0 deletions
diff --git a/profiles/profiles.desc b/profiles/profiles.desc
index 6997f17c..36b6138f 100644
--- a/profiles/profiles.desc
+++ b/profiles/profiles.desc
@@ -17,6 +17,7 @@ x86 server/scabb/i586 stable
amd64 server/hp-dl360-g4p stable
amd64 server/supermicro-X9DBL-3F stable
amd64 server/aws/m3.medium stable
+amd64 server/aws/c4.4xlarge stable
amd64 server/dedibox/classic-gen2 stable
amd64 server/dedibox/classic-2016 stable
amd64 server/dedibox/md15k-2013 stable
diff --git a/profiles/server/aws/c4.4xlarge/eapi b/profiles/server/aws/c4.4xlarge/eapi
new file mode 100644
index 00000000..7ed6ff82
--- /dev/null
+++ b/profiles/server/aws/c4.4xlarge/eapi
@@ -0,0 +1 @@
+5
diff --git a/profiles/server/aws/c4.4xlarge/make.defaults b/profiles/server/aws/c4.4xlarge/make.defaults
new file mode 100644
index 00000000..f0f5fe08
--- /dev/null
+++ b/profiles/server/aws/c4.4xlarge/make.defaults
@@ -0,0 +1,3 @@
+MAKEOPTS="-j16"
+
+CPU_FLAGS_X86="aes avx avx2 f16c fma3 mmx mmxext pclmul popcnt sse sse2 sse3 sse4_1 sse4_2 ssse3"
diff --git a/profiles/server/aws/c4.4xlarge/parent b/profiles/server/aws/c4.4xlarge/parent
new file mode 100644
index 00000000..e3fd977e
--- /dev/null
+++ b/profiles/server/aws/c4.4xlarge/parent
@@ -0,0 +1,2 @@
+gentoo:default/linux/amd64/17.1/no-multilib/hardened
+..