From b1d9a6f3f518ec3d93ff0c80d53a055dd18f5bf0 Mon Sep 17 00:00:00 2001 From: WANG Xuerui Date: Tue, 19 Dec 2023 11:25:28 +0800 Subject: profiles: reorganize loong llvm profiles According to IRC review: - rename from "clang" to "llvm" for consistency, and - put the llvm systemd profile under llvm/ so that "systemd" always comes last. Fixes: 86cafe231fd3acc0b078335c2ae75cadd025fc01 Signed-off-by: WANG Xuerui --- profiles/default/linux/loong/23.0/la64v100/lp64d/clang/eapi | 1 - .../default/linux/loong/23.0/la64v100/lp64d/clang/packages.build | 9 --------- profiles/default/linux/loong/23.0/la64v100/lp64d/clang/parent | 2 -- profiles/default/linux/loong/23.0/la64v100/lp64d/llvm/eapi | 1 + .../default/linux/loong/23.0/la64v100/lp64d/llvm/packages.build | 9 +++++++++ profiles/default/linux/loong/23.0/la64v100/lp64d/llvm/parent | 2 ++ .../default/linux/loong/23.0/la64v100/lp64d/llvm/systemd/eapi | 1 + .../default/linux/loong/23.0/la64v100/lp64d/llvm/systemd/parent | 2 ++ .../default/linux/loong/23.0/la64v100/lp64d/systemd/clang/eapi | 1 - .../linux/loong/23.0/la64v100/lp64d/systemd/clang/packages.build | 9 --------- .../default/linux/loong/23.0/la64v100/lp64d/systemd/clang/parent | 2 -- 11 files changed, 15 insertions(+), 24 deletions(-) delete mode 100644 profiles/default/linux/loong/23.0/la64v100/lp64d/clang/eapi delete mode 100644 profiles/default/linux/loong/23.0/la64v100/lp64d/clang/packages.build delete mode 100644 profiles/default/linux/loong/23.0/la64v100/lp64d/clang/parent create mode 100644 profiles/default/linux/loong/23.0/la64v100/lp64d/llvm/eapi create mode 100644 profiles/default/linux/loong/23.0/la64v100/lp64d/llvm/packages.build create mode 100644 profiles/default/linux/loong/23.0/la64v100/lp64d/llvm/parent create mode 100644 profiles/default/linux/loong/23.0/la64v100/lp64d/llvm/systemd/eapi create mode 100644 profiles/default/linux/loong/23.0/la64v100/lp64d/llvm/systemd/parent delete mode 100644 profiles/default/linux/loong/23.0/la64v100/lp64d/systemd/clang/eapi delete mode 100644 profiles/default/linux/loong/23.0/la64v100/lp64d/systemd/clang/packages.build delete mode 100644 profiles/default/linux/loong/23.0/la64v100/lp64d/systemd/clang/parent (limited to 'profiles/default') diff --git a/profiles/default/linux/loong/23.0/la64v100/lp64d/clang/eapi b/profiles/default/linux/loong/23.0/la64v100/lp64d/clang/eapi deleted file mode 100644 index 7ed6ff82de6b..000000000000 --- a/profiles/default/linux/loong/23.0/la64v100/lp64d/clang/eapi +++ /dev/null @@ -1 +0,0 @@ -5 diff --git a/profiles/default/linux/loong/23.0/la64v100/lp64d/clang/packages.build b/profiles/default/linux/loong/23.0/la64v100/lp64d/clang/packages.build deleted file mode 100644 index 799d57df3d55..000000000000 --- a/profiles/default/linux/loong/23.0/la64v100/lp64d/clang/packages.build +++ /dev/null @@ -1,9 +0,0 @@ -# Copyright 2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -# we use glibc here, so we still need these in stage1 -# later stages should pull them in as BDEPEND anyway -sys-devel/gcc -sys-devel/gcc-config -sys-devel/binutils -sys-devel/binutils-config diff --git a/profiles/default/linux/loong/23.0/la64v100/lp64d/clang/parent b/profiles/default/linux/loong/23.0/la64v100/lp64d/clang/parent deleted file mode 100644 index 63a4f9547e6f..000000000000 --- a/profiles/default/linux/loong/23.0/la64v100/lp64d/clang/parent +++ /dev/null @@ -1,2 +0,0 @@ -.. -../../../../../../../features/llvm diff --git a/profiles/default/linux/loong/23.0/la64v100/lp64d/llvm/eapi b/profiles/default/linux/loong/23.0/la64v100/lp64d/llvm/eapi new file mode 100644 index 000000000000..7ed6ff82de6b --- /dev/null +++ b/profiles/default/linux/loong/23.0/la64v100/lp64d/llvm/eapi @@ -0,0 +1 @@ +5 diff --git a/profiles/default/linux/loong/23.0/la64v100/lp64d/llvm/packages.build b/profiles/default/linux/loong/23.0/la64v100/lp64d/llvm/packages.build new file mode 100644 index 000000000000..799d57df3d55 --- /dev/null +++ b/profiles/default/linux/loong/23.0/la64v100/lp64d/llvm/packages.build @@ -0,0 +1,9 @@ +# Copyright 2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +# we use glibc here, so we still need these in stage1 +# later stages should pull them in as BDEPEND anyway +sys-devel/gcc +sys-devel/gcc-config +sys-devel/binutils +sys-devel/binutils-config diff --git a/profiles/default/linux/loong/23.0/la64v100/lp64d/llvm/parent b/profiles/default/linux/loong/23.0/la64v100/lp64d/llvm/parent new file mode 100644 index 000000000000..63a4f9547e6f --- /dev/null +++ b/profiles/default/linux/loong/23.0/la64v100/lp64d/llvm/parent @@ -0,0 +1,2 @@ +.. +../../../../../../../features/llvm diff --git a/profiles/default/linux/loong/23.0/la64v100/lp64d/llvm/systemd/eapi b/profiles/default/linux/loong/23.0/la64v100/lp64d/llvm/systemd/eapi new file mode 100644 index 000000000000..7ed6ff82de6b --- /dev/null +++ b/profiles/default/linux/loong/23.0/la64v100/lp64d/llvm/systemd/eapi @@ -0,0 +1 @@ +5 diff --git a/profiles/default/linux/loong/23.0/la64v100/lp64d/llvm/systemd/parent b/profiles/default/linux/loong/23.0/la64v100/lp64d/llvm/systemd/parent new file mode 100644 index 000000000000..f7739b405877 --- /dev/null +++ b/profiles/default/linux/loong/23.0/la64v100/lp64d/llvm/systemd/parent @@ -0,0 +1,2 @@ +.. +../../../../../../../../targets/systemd diff --git a/profiles/default/linux/loong/23.0/la64v100/lp64d/systemd/clang/eapi b/profiles/default/linux/loong/23.0/la64v100/lp64d/systemd/clang/eapi deleted file mode 100644 index 7ed6ff82de6b..000000000000 --- a/profiles/default/linux/loong/23.0/la64v100/lp64d/systemd/clang/eapi +++ /dev/null @@ -1 +0,0 @@ -5 diff --git a/profiles/default/linux/loong/23.0/la64v100/lp64d/systemd/clang/packages.build b/profiles/default/linux/loong/23.0/la64v100/lp64d/systemd/clang/packages.build deleted file mode 100644 index 799d57df3d55..000000000000 --- a/profiles/default/linux/loong/23.0/la64v100/lp64d/systemd/clang/packages.build +++ /dev/null @@ -1,9 +0,0 @@ -# Copyright 2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -# we use glibc here, so we still need these in stage1 -# later stages should pull them in as BDEPEND anyway -sys-devel/gcc -sys-devel/gcc-config -sys-devel/binutils -sys-devel/binutils-config diff --git a/profiles/default/linux/loong/23.0/la64v100/lp64d/systemd/clang/parent b/profiles/default/linux/loong/23.0/la64v100/lp64d/systemd/clang/parent deleted file mode 100644 index 3e3adeeff3f9..000000000000 --- a/profiles/default/linux/loong/23.0/la64v100/lp64d/systemd/clang/parent +++ /dev/null @@ -1,2 +0,0 @@ -.. -../../../../../../../../features/llvm -- cgit v1.2.3-65-gdbad