summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAtharva <atharvaamritkar@protonmail.com>2022-06-13 16:34:17 +0530
committerGuilherme Amadio <amadio@gentoo.org>2022-06-27 16:59:59 +0200
commit3300ca7778f6d50f4ee5d954ed7bd0a25dac500b (patch)
tree842ccbe1daa18c621996dd39dd3680810a3e5de4 /profiles/prefix/linux
parentsci-mathematics/lean: drop old 3.39.1 & 3.42.0 (diff)
downloadgentoo-3300ca7778f6d50f4ee5d954ed7bd0a25dac500b.tar.gz
gentoo-3300ca7778f6d50f4ee5d954ed7bd0a25dac500b.tar.bz2
gentoo-3300ca7778f6d50f4ee5d954ed7bd0a25dac500b.zip
profiles/prefix: add riscv profile
Closes: https://github.com/gentoo/gentoo/pull/25667 Signed-off-by: Atharva <atharvaamritkar@protonmail.com> Signed-off-by: Guilherme Amadio <amadio@gentoo.org>
Diffstat (limited to 'profiles/prefix/linux')
-rw-r--r--profiles/prefix/linux/riscv/eapi1
-rw-r--r--profiles/prefix/linux/riscv/make.defaults14
-rw-r--r--profiles/prefix/linux/riscv/packages2
-rw-r--r--profiles/prefix/linux/riscv/parent2
4 files changed, 19 insertions, 0 deletions
diff --git a/profiles/prefix/linux/riscv/eapi b/profiles/prefix/linux/riscv/eapi
new file mode 100644
index 000000000000..7ed6ff82de6b
--- /dev/null
+++ b/profiles/prefix/linux/riscv/eapi
@@ -0,0 +1 @@
+5
diff --git a/profiles/prefix/linux/riscv/make.defaults b/profiles/prefix/linux/riscv/make.defaults
new file mode 100644
index 000000000000..55cdae5090dc
--- /dev/null
+++ b/profiles/prefix/linux/riscv/make.defaults
@@ -0,0 +1,14 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+ARCH="riscv"
+
+CHOST="riscv64-pc-linux-gnu"
+
+ACCEPT_KEYWORDS="~riscv"
+
+SYMLINK_LIB=""
+
+LIBDIR_lp64d="lib"
+
+LIBDIR_lp64="lib" \ No newline at end of file
diff --git a/profiles/prefix/linux/riscv/packages b/profiles/prefix/linux/riscv/packages
new file mode 100644
index 000000000000..7084783a52c6
--- /dev/null
+++ b/profiles/prefix/linux/riscv/packages
@@ -0,0 +1,2 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
diff --git a/profiles/prefix/linux/riscv/parent b/profiles/prefix/linux/riscv/parent
new file mode 100644
index 000000000000..d3b49d5628bb
--- /dev/null
+++ b/profiles/prefix/linux/riscv/parent
@@ -0,0 +1,2 @@
+../../../default/linux/riscv/20.0/rv64gc/lp64d
+..