summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'profiles/arch/hppa/hppa1.1/make.defaults')
-rw-r--r--profiles/arch/hppa/hppa1.1/make.defaults9
1 files changed, 9 insertions, 0 deletions
diff --git a/profiles/arch/hppa/hppa1.1/make.defaults b/profiles/arch/hppa/hppa1.1/make.defaults
new file mode 100644
index 000000000000..caf7fdb013c9
--- /dev/null
+++ b/profiles/arch/hppa/hppa1.1/make.defaults
@@ -0,0 +1,9 @@
+# Copyright 2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+CHOST="hppa1.1-unknown-linux-gnu"
+
+CFLAGS="-O2 -pipe -march=1.1"
+CXXFLAGS="${CFLAGS}"
+FFLAGS="${CFLAGS}"
+FCFLAGS="${CFLAGS}"