* [gentoo-commits] repo/gentoo:master commit in: profiles/default/linux/hppa/23.0/hppa1.1/split-usr/, ...
@ 2024-02-16 22:31 Andreas K. Hüttel
0 siblings, 0 replies; only message in thread
From: Andreas K. Hüttel @ 2024-02-16 22:31 UTC (permalink / raw
To: gentoo-commits
commit: 9d64074366486f044058b5a2520f1c0eba392096
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 16 22:31:01 2024 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Fri Feb 16 22:31:40 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d640743
profiles: Split hppa 23.0 profiles into hppa1.1 and hppa2.0
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
.../{default/linux/hppa/23.0/desktop => arch/hppa/hppa1.1}/eapi | 0
profiles/arch/hppa/hppa1.1/make.defaults | 9 +++++++++
.../linux/hppa/23.0/desktop/systemd => arch/hppa/hppa2.0}/eapi | 0
profiles/arch/hppa/hppa2.0/make.defaults | 9 +++++++++
profiles/default/linux/hppa/23.0/desktop/parent | 2 --
.../default/linux/hppa/23.0/{split-usr => hppa1.1}/desktop/eapi | 0
.../linux/hppa/23.0/{split-usr => hppa1.1}/desktop/parent | 0
.../linux/hppa/23.0/{split-usr => hppa1.1/desktop/systemd}/eapi | 0
profiles/default/linux/hppa/23.0/hppa1.1/desktop/systemd/parent | 2 ++
profiles/default/linux/hppa/23.0/{systemd => hppa1.1}/eapi | 0
profiles/default/linux/hppa/23.0/hppa1.1/parent | 2 ++
.../default/linux/hppa/23.0/{ => hppa1.1/split-usr}/desktop/eapi | 0
.../default/linux/hppa/23.0/hppa1.1/split-usr/desktop/parent | 2 ++
.../default/linux/hppa/23.0/{desktop => hppa1.1/split-usr}/eapi | 0
profiles/default/linux/hppa/23.0/hppa1.1/split-usr/parent | 2 ++
.../default/linux/hppa/23.0/{desktop => hppa1.1/systemd}/eapi | 0
.../default/linux/hppa/23.0/{desktop => hppa1.1}/systemd/parent | 0
profiles/default/linux/hppa/23.0/{ => hppa2.0}/desktop/eapi | 0
.../linux/hppa/23.0/{split-usr => hppa2.0}/desktop/parent | 0
.../linux/hppa/23.0/{desktop => hppa2.0/desktop/systemd}/eapi | 0
profiles/default/linux/hppa/23.0/hppa2.0/desktop/systemd/parent | 2 ++
profiles/default/linux/hppa/23.0/{desktop => hppa2.0}/eapi | 0
profiles/default/linux/hppa/23.0/hppa2.0/parent | 2 ++
.../default/linux/hppa/23.0/{ => hppa2.0/split-usr}/desktop/eapi | 0
.../default/linux/hppa/23.0/hppa2.0/split-usr/desktop/parent | 2 ++
.../default/linux/hppa/23.0/{desktop => hppa2.0/split-usr}/eapi | 0
profiles/default/linux/hppa/23.0/hppa2.0/split-usr/parent | 2 ++
.../default/linux/hppa/23.0/{desktop => hppa2.0/systemd}/eapi | 0
.../default/linux/hppa/23.0/{desktop => hppa2.0}/systemd/parent | 0
profiles/default/linux/hppa/23.0/split-usr/parent | 2 --
profiles/default/linux/hppa/23.0/systemd/parent | 2 --
31 files changed, 34 insertions(+), 6 deletions(-)
diff --git a/profiles/default/linux/hppa/23.0/desktop/eapi b/profiles/arch/hppa/hppa1.1/eapi
similarity index 100%
copy from profiles/default/linux/hppa/23.0/desktop/eapi
copy to profiles/arch/hppa/hppa1.1/eapi
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/default/linux/hppa/23.0/desktop/systemd/eapi b/profiles/arch/hppa/hppa2.0/eapi
similarity index 100%
rename from profiles/default/linux/hppa/23.0/desktop/systemd/eapi
rename to profiles/arch/hppa/hppa2.0/eapi
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}"
diff --git a/profiles/default/linux/hppa/23.0/desktop/parent b/profiles/default/linux/hppa/23.0/desktop/parent
deleted file mode 100644
index ad6c5e126fbb..000000000000
--- a/profiles/default/linux/hppa/23.0/desktop/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../targets/desktop
diff --git a/profiles/default/linux/hppa/23.0/split-usr/desktop/eapi b/profiles/default/linux/hppa/23.0/hppa1.1/desktop/eapi
similarity index 100%
rename from profiles/default/linux/hppa/23.0/split-usr/desktop/eapi
rename to profiles/default/linux/hppa/23.0/hppa1.1/desktop/eapi
diff --git a/profiles/default/linux/hppa/23.0/split-usr/desktop/parent b/profiles/default/linux/hppa/23.0/hppa1.1/desktop/parent
similarity index 100%
copy from profiles/default/linux/hppa/23.0/split-usr/desktop/parent
copy to profiles/default/linux/hppa/23.0/hppa1.1/desktop/parent
diff --git a/profiles/default/linux/hppa/23.0/split-usr/eapi b/profiles/default/linux/hppa/23.0/hppa1.1/desktop/systemd/eapi
similarity index 100%
rename from profiles/default/linux/hppa/23.0/split-usr/eapi
rename to profiles/default/linux/hppa/23.0/hppa1.1/desktop/systemd/eapi
diff --git a/profiles/default/linux/hppa/23.0/hppa1.1/desktop/systemd/parent b/profiles/default/linux/hppa/23.0/hppa1.1/desktop/systemd/parent
new file mode 100644
index 000000000000..44f88d3e2df0
--- /dev/null
+++ b/profiles/default/linux/hppa/23.0/hppa1.1/desktop/systemd/parent
@@ -0,0 +1,2 @@
+..
+../../../../../../../targets/systemd
diff --git a/profiles/default/linux/hppa/23.0/systemd/eapi b/profiles/default/linux/hppa/23.0/hppa1.1/eapi
similarity index 100%
rename from profiles/default/linux/hppa/23.0/systemd/eapi
rename to profiles/default/linux/hppa/23.0/hppa1.1/eapi
diff --git a/profiles/default/linux/hppa/23.0/hppa1.1/parent b/profiles/default/linux/hppa/23.0/hppa1.1/parent
new file mode 100644
index 000000000000..1d4f74693c23
--- /dev/null
+++ b/profiles/default/linux/hppa/23.0/hppa1.1/parent
@@ -0,0 +1,2 @@
+..
+../../../../../arch/hppa/hppa1.1
diff --git a/profiles/default/linux/hppa/23.0/desktop/eapi b/profiles/default/linux/hppa/23.0/hppa1.1/split-usr/desktop/eapi
similarity index 100%
copy from profiles/default/linux/hppa/23.0/desktop/eapi
copy to profiles/default/linux/hppa/23.0/hppa1.1/split-usr/desktop/eapi
diff --git a/profiles/default/linux/hppa/23.0/hppa1.1/split-usr/desktop/parent b/profiles/default/linux/hppa/23.0/hppa1.1/split-usr/desktop/parent
new file mode 100644
index 000000000000..fae96e8d36b2
--- /dev/null
+++ b/profiles/default/linux/hppa/23.0/hppa1.1/split-usr/desktop/parent
@@ -0,0 +1,2 @@
+..
+../../../../../../../targets/desktop
diff --git a/profiles/default/linux/hppa/23.0/desktop/eapi b/profiles/default/linux/hppa/23.0/hppa1.1/split-usr/eapi
similarity index 100%
copy from profiles/default/linux/hppa/23.0/desktop/eapi
copy to profiles/default/linux/hppa/23.0/hppa1.1/split-usr/eapi
diff --git a/profiles/default/linux/hppa/23.0/hppa1.1/split-usr/parent b/profiles/default/linux/hppa/23.0/hppa1.1/split-usr/parent
new file mode 100644
index 000000000000..252810268290
--- /dev/null
+++ b/profiles/default/linux/hppa/23.0/hppa1.1/split-usr/parent
@@ -0,0 +1,2 @@
+..
+../../../../../../features/split-usr
diff --git a/profiles/default/linux/hppa/23.0/desktop/eapi b/profiles/default/linux/hppa/23.0/hppa1.1/systemd/eapi
similarity index 100%
copy from profiles/default/linux/hppa/23.0/desktop/eapi
copy to profiles/default/linux/hppa/23.0/hppa1.1/systemd/eapi
diff --git a/profiles/default/linux/hppa/23.0/desktop/systemd/parent b/profiles/default/linux/hppa/23.0/hppa1.1/systemd/parent
similarity index 100%
copy from profiles/default/linux/hppa/23.0/desktop/systemd/parent
copy to profiles/default/linux/hppa/23.0/hppa1.1/systemd/parent
diff --git a/profiles/default/linux/hppa/23.0/desktop/eapi b/profiles/default/linux/hppa/23.0/hppa2.0/desktop/eapi
similarity index 100%
copy from profiles/default/linux/hppa/23.0/desktop/eapi
copy to profiles/default/linux/hppa/23.0/hppa2.0/desktop/eapi
diff --git a/profiles/default/linux/hppa/23.0/split-usr/desktop/parent b/profiles/default/linux/hppa/23.0/hppa2.0/desktop/parent
similarity index 100%
rename from profiles/default/linux/hppa/23.0/split-usr/desktop/parent
rename to profiles/default/linux/hppa/23.0/hppa2.0/desktop/parent
diff --git a/profiles/default/linux/hppa/23.0/desktop/eapi b/profiles/default/linux/hppa/23.0/hppa2.0/desktop/systemd/eapi
similarity index 100%
copy from profiles/default/linux/hppa/23.0/desktop/eapi
copy to profiles/default/linux/hppa/23.0/hppa2.0/desktop/systemd/eapi
diff --git a/profiles/default/linux/hppa/23.0/hppa2.0/desktop/systemd/parent b/profiles/default/linux/hppa/23.0/hppa2.0/desktop/systemd/parent
new file mode 100644
index 000000000000..44f88d3e2df0
--- /dev/null
+++ b/profiles/default/linux/hppa/23.0/hppa2.0/desktop/systemd/parent
@@ -0,0 +1,2 @@
+..
+../../../../../../../targets/systemd
diff --git a/profiles/default/linux/hppa/23.0/desktop/eapi b/profiles/default/linux/hppa/23.0/hppa2.0/eapi
similarity index 100%
copy from profiles/default/linux/hppa/23.0/desktop/eapi
copy to profiles/default/linux/hppa/23.0/hppa2.0/eapi
diff --git a/profiles/default/linux/hppa/23.0/hppa2.0/parent b/profiles/default/linux/hppa/23.0/hppa2.0/parent
new file mode 100644
index 000000000000..f48e4d2886d0
--- /dev/null
+++ b/profiles/default/linux/hppa/23.0/hppa2.0/parent
@@ -0,0 +1,2 @@
+..
+../../../../../arch/hppa/hppa2.0
diff --git a/profiles/default/linux/hppa/23.0/desktop/eapi b/profiles/default/linux/hppa/23.0/hppa2.0/split-usr/desktop/eapi
similarity index 100%
copy from profiles/default/linux/hppa/23.0/desktop/eapi
copy to profiles/default/linux/hppa/23.0/hppa2.0/split-usr/desktop/eapi
diff --git a/profiles/default/linux/hppa/23.0/hppa2.0/split-usr/desktop/parent b/profiles/default/linux/hppa/23.0/hppa2.0/split-usr/desktop/parent
new file mode 100644
index 000000000000..fae96e8d36b2
--- /dev/null
+++ b/profiles/default/linux/hppa/23.0/hppa2.0/split-usr/desktop/parent
@@ -0,0 +1,2 @@
+..
+../../../../../../../targets/desktop
diff --git a/profiles/default/linux/hppa/23.0/desktop/eapi b/profiles/default/linux/hppa/23.0/hppa2.0/split-usr/eapi
similarity index 100%
copy from profiles/default/linux/hppa/23.0/desktop/eapi
copy to profiles/default/linux/hppa/23.0/hppa2.0/split-usr/eapi
diff --git a/profiles/default/linux/hppa/23.0/hppa2.0/split-usr/parent b/profiles/default/linux/hppa/23.0/hppa2.0/split-usr/parent
new file mode 100644
index 000000000000..252810268290
--- /dev/null
+++ b/profiles/default/linux/hppa/23.0/hppa2.0/split-usr/parent
@@ -0,0 +1,2 @@
+..
+../../../../../../features/split-usr
diff --git a/profiles/default/linux/hppa/23.0/desktop/eapi b/profiles/default/linux/hppa/23.0/hppa2.0/systemd/eapi
similarity index 100%
rename from profiles/default/linux/hppa/23.0/desktop/eapi
rename to profiles/default/linux/hppa/23.0/hppa2.0/systemd/eapi
diff --git a/profiles/default/linux/hppa/23.0/desktop/systemd/parent b/profiles/default/linux/hppa/23.0/hppa2.0/systemd/parent
similarity index 100%
rename from profiles/default/linux/hppa/23.0/desktop/systemd/parent
rename to profiles/default/linux/hppa/23.0/hppa2.0/systemd/parent
diff --git a/profiles/default/linux/hppa/23.0/split-usr/parent b/profiles/default/linux/hppa/23.0/split-usr/parent
deleted file mode 100644
index 598ca888c8c2..000000000000
--- a/profiles/default/linux/hppa/23.0/split-usr/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../features/split-usr
diff --git a/profiles/default/linux/hppa/23.0/systemd/parent b/profiles/default/linux/hppa/23.0/systemd/parent
deleted file mode 100644
index ced72403bde9..000000000000
--- a/profiles/default/linux/hppa/23.0/systemd/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../targets/systemd
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2024-02-16 22:31 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-16 22:31 [gentoo-commits] repo/gentoo:master commit in: profiles/default/linux/hppa/23.0/hppa1.1/split-usr/, Andreas K. Hüttel
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox