summaryrefslogtreecommitdiff
path: root/profiles/arch
diff options
context:
space:
mode:
Diffstat (limited to 'profiles/arch')
-rw-r--r--profiles/arch/x86/i486/eapi1
-rw-r--r--profiles/arch/x86/i486/make.defaults10
-rw-r--r--profiles/arch/x86/i686/eapi1
-rw-r--r--profiles/arch/x86/i686/make.defaults10
4 files changed, 22 insertions, 0 deletions
diff --git a/profiles/arch/x86/i486/eapi b/profiles/arch/x86/i486/eapi
new file mode 100644
index 000000000000..7ed6ff82de6b
--- /dev/null
+++ b/profiles/arch/x86/i486/eapi
@@ -0,0 +1 @@
+5
diff --git a/profiles/arch/x86/i486/make.defaults b/profiles/arch/x86/i486/make.defaults
new file mode 100644
index 000000000000..48bd5c26d31b
--- /dev/null
+++ b/profiles/arch/x86/i486/make.defaults
@@ -0,0 +1,10 @@
+# Copyright 2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+CHOST="i486-pc-linux-gnu"
+CFLAGS="-O2 -march=i486 -pipe"
+CXXFLAGS="${CFLAGS}"
+FFLAGS="${CFLAGS}"
+FCFLAGS="${CFLAGS}"
+
+CPU_FLAGS_X86=""
diff --git a/profiles/arch/x86/i686/eapi b/profiles/arch/x86/i686/eapi
new file mode 100644
index 000000000000..7ed6ff82de6b
--- /dev/null
+++ b/profiles/arch/x86/i686/eapi
@@ -0,0 +1 @@
+5
diff --git a/profiles/arch/x86/i686/make.defaults b/profiles/arch/x86/i686/make.defaults
new file mode 100644
index 000000000000..ac358d7c0392
--- /dev/null
+++ b/profiles/arch/x86/i686/make.defaults
@@ -0,0 +1,10 @@
+# Copyright 2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+CHOST="i686-pc-linux-gnu"
+CFLAGS="-O2 -march=i686 -pipe"
+CXXFLAGS="${CFLAGS}"
+FFLAGS="${CFLAGS}"
+FCFLAGS="${CFLAGS}"
+
+CPU_FLAGS_X86="mmx sse"