summaryrefslogtreecommitdiff
path: root/profiles/arch/x86/i486/make.defaults
diff options
context:
space:
mode:
Diffstat (limited to 'profiles/arch/x86/i486/make.defaults')
-rw-r--r--profiles/arch/x86/i486/make.defaults10
1 files changed, 10 insertions, 0 deletions
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=""