diff options
Diffstat (limited to 'profiles/arch')
-rw-r--r-- | profiles/arch/hppa/hppa1.1/eapi | 1 | ||||
-rw-r--r-- | profiles/arch/hppa/hppa1.1/make.defaults | 9 | ||||
-rw-r--r-- | profiles/arch/hppa/hppa2.0/eapi | 1 | ||||
-rw-r--r-- | profiles/arch/hppa/hppa2.0/make.defaults | 9 |
4 files changed, 20 insertions, 0 deletions
diff --git a/profiles/arch/hppa/hppa1.1/eapi b/profiles/arch/hppa/hppa1.1/eapi new file mode 100644 index 000000000000..7ed6ff82de6b --- /dev/null +++ b/profiles/arch/hppa/hppa1.1/eapi @@ -0,0 +1 @@ +5 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}" 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}" |