summaryrefslogtreecommitdiff
path: root/profiles/arch
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-08-28 02:55:12 +0100
committerV3n3RiX <venerix@koprulu.sector>2022-08-28 02:55:12 +0100
commitaa3df29a7249694a60190b96385136043ee7db3f (patch)
treeb74c9a9a6e315f8634767bd091ffe5712490bfc2 /profiles/arch
parentdab4468820bf30b5a0764b19f519006f0e6bb371 (diff)
gentoo auto-resync : 28:08:2022 - 02:55:12
Diffstat (limited to 'profiles/arch')
-rw-r--r--profiles/arch/riscv/package.use.mask4
-rw-r--r--profiles/arch/riscv/rv32imac/make.defaults14
2 files changed, 4 insertions, 14 deletions
diff --git a/profiles/arch/riscv/package.use.mask b/profiles/arch/riscv/package.use.mask
index 51b5004a6cc9..a8ae529ff854 100644
--- a/profiles/arch/riscv/package.use.mask
+++ b/profiles/arch/riscv/package.use.mask
@@ -1,6 +1,10 @@
# Copyright 2019-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
+# Jakov Smolić <jsmolic@gentoo.org> (2022-08-27)
+# depends on <sys-libs/libfaketime-0.9.7 which is not available on riscv
+app-admin/rsyslog jemalloc
+
# Yixun Lan <dlan@gentoo.org> (2022-08-11)
# luajit is currently not supported on riscv
dev-util/bcc lua
diff --git a/profiles/arch/riscv/rv32imac/make.defaults b/profiles/arch/riscv/rv32imac/make.defaults
deleted file mode 100644
index da381b453f83..000000000000
--- a/profiles/arch/riscv/rv32imac/make.defaults
+++ /dev/null
@@ -1,14 +0,0 @@
-# Copyright 2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-# RISC-V profile for rv32imac multilib
-#
-# This immediate profile is ONLY useful for internal purposes. It can NOT
-# generate stages or a working system due to limitations in gcc.
-
-CHOST="riscv32-unknown-linux-gnu"
-
-# Multilib ABIs
-MULTILIB_ABIS="ilp32d ilp32"
-DEFAULT_ABI="ilp32d"
-ABI="ilp32d"