summaryrefslogtreecommitdiff
path: root/profiles/arch/hppa/hppa2.0
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2024-02-16 23:37:06 +0000
committerV3n3RiX <venerix@koprulu.sector>2024-02-16 23:37:06 +0000
commitd228f661892a9e55a86f00c2c14625490631d797 (patch)
tree1ff5297945a5544ca5b30a9206eb788ab4c431d7 /profiles/arch/hppa/hppa2.0
parent3b00f2d2f95f5d6ff01e71259eb94fa714a92232 (diff)
gentoo auto-resync : 16:02:2024 - 23:37:06
Diffstat (limited to 'profiles/arch/hppa/hppa2.0')
-rw-r--r--profiles/arch/hppa/hppa2.0/eapi1
-rw-r--r--profiles/arch/hppa/hppa2.0/make.defaults9
2 files changed, 10 insertions, 0 deletions
diff --git a/profiles/arch/hppa/hppa2.0/eapi b/profiles/arch/hppa/hppa2.0/eapi
new file mode 100644
index 000000000000..7ed6ff82de6b
--- /dev/null
+++ b/profiles/arch/hppa/hppa2.0/eapi
@@ -0,0 +1 @@
+5
diff --git a/profiles/arch/hppa/hppa2.0/make.defaults b/profiles/arch/hppa/hppa2.0/make.defaults
new file mode 100644
index 000000000000..351feb4f83f4
--- /dev/null
+++ b/profiles/arch/hppa/hppa2.0/make.defaults
@@ -0,0 +1,9 @@
+# Copyright 2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+CHOST="hppa2.0-unknown-linux-gnu"
+
+CFLAGS="-O2 -pipe -march=2.0"
+CXXFLAGS="${CFLAGS}"
+FFLAGS="${CFLAGS}"
+FCFLAGS="${CFLAGS}"