summaryrefslogtreecommitdiff
path: root/profiles/generic
diff options
context:
space:
mode:
authorBertrand Jacquin <bertrand@jacquin.bzh>2024-09-13 19:15:48 +0100
committerBertrand Jacquin <bertrand@jacquin.bzh>2024-09-17 21:36:34 +0100
commitedb5a49308f5a7a30a0126c98b7fe3e2dfef7bb6 (patch)
treeac4116279511bb0f941cbde482dc1c54ea86b4cb /profiles/generic
parentprofiles: add generic/x86-64 (diff)
downloadportage-edb5a49308f5a7a30a0126c98b7fe3e2dfef7bb6.tar.xz
profiles: add generic/x86-64-v2
Diffstat (limited to 'profiles/generic')
-rw-r--r--profiles/generic/x86-64-v2/eapi1
-rw-r--r--profiles/generic/x86-64-v2/make.defaults2
-rw-r--r--profiles/generic/x86-64-v2/parent3
3 files changed, 6 insertions, 0 deletions
diff --git a/profiles/generic/x86-64-v2/eapi b/profiles/generic/x86-64-v2/eapi
new file mode 100644
index 00000000..7ed6ff82
--- /dev/null
+++ b/profiles/generic/x86-64-v2/eapi
@@ -0,0 +1 @@
+5
diff --git a/profiles/generic/x86-64-v2/make.defaults b/profiles/generic/x86-64-v2/make.defaults
new file mode 100644
index 00000000..2a7965de
--- /dev/null
+++ b/profiles/generic/x86-64-v2/make.defaults
@@ -0,0 +1,2 @@
+CFLAGS="-march=x86-64-v2 -O2 -pipe -fomit-frame-pointer"
+CXXFLAGS="${CFLAGS}"
diff --git a/profiles/generic/x86-64-v2/parent b/profiles/generic/x86-64-v2/parent
new file mode 100644
index 00000000..1a91f396
--- /dev/null
+++ b/profiles/generic/x86-64-v2/parent
@@ -0,0 +1,3 @@
+gentoo:targets/systemd
+gentoo:default/linux/amd64/23.0/no-multilib/hardened
+..