diff options
author | V3n3RiX <venerix@koprulu.sector> | 2024-02-16 23:37:06 +0000 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2024-02-16 23:37:06 +0000 |
commit | d228f661892a9e55a86f00c2c14625490631d797 (patch) | |
tree | 1ff5297945a5544ca5b30a9206eb788ab4c431d7 /profiles/arch | |
parent | 3b00f2d2f95f5d6ff01e71259eb94fa714a92232 (diff) |
gentoo auto-resync : 16:02:2024 - 23:37:06
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}" |