From ec0d2d935c375b96188668897f7ea9334c591451 Mon Sep 17 00:00:00 2001 From: "Anthony G. Basile" Date: Thu, 28 Jul 2022 09:22:54 -0400 Subject: profiles: add experimental riscv64-lp64 musl profile Signed-off-by: Anthony G. Basile --- profiles/default/linux/riscv/20.0/rv64gc/lp64/musl/eapi | 1 + profiles/default/linux/riscv/20.0/rv64gc/lp64/musl/make.defaults | 8 ++++++++ profiles/default/linux/riscv/20.0/rv64gc/lp64/musl/parent | 2 ++ 3 files changed, 11 insertions(+) create mode 100644 profiles/default/linux/riscv/20.0/rv64gc/lp64/musl/eapi create mode 100644 profiles/default/linux/riscv/20.0/rv64gc/lp64/musl/make.defaults create mode 100644 profiles/default/linux/riscv/20.0/rv64gc/lp64/musl/parent (limited to 'profiles/default') diff --git a/profiles/default/linux/riscv/20.0/rv64gc/lp64/musl/eapi b/profiles/default/linux/riscv/20.0/rv64gc/lp64/musl/eapi new file mode 100644 index 000000000000..7ed6ff82de6b --- /dev/null +++ b/profiles/default/linux/riscv/20.0/rv64gc/lp64/musl/eapi @@ -0,0 +1 @@ +5 diff --git a/profiles/default/linux/riscv/20.0/rv64gc/lp64/musl/make.defaults b/profiles/default/linux/riscv/20.0/rv64gc/lp64/musl/make.defaults new file mode 100644 index 000000000000..654f67c08811 --- /dev/null +++ b/profiles/default/linux/riscv/20.0/rv64gc/lp64/musl/make.defaults @@ -0,0 +1,8 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +CHOST="riscv64-gentoo-linux-musl" + +CHOST_lp64="riscv64-gentoo-linux-musl" + +LIBDIR_lp64="lib" diff --git a/profiles/default/linux/riscv/20.0/rv64gc/lp64/musl/parent b/profiles/default/linux/riscv/20.0/rv64gc/lp64/musl/parent new file mode 100644 index 000000000000..b488e1ca01b8 --- /dev/null +++ b/profiles/default/linux/riscv/20.0/rv64gc/lp64/musl/parent @@ -0,0 +1,2 @@ +.. +../../../../../../../features/musl -- cgit v1.2.3-65-gdbad