diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-06-08 21:30:28 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-06-08 22:13:58 +0200 |
commit | 5e29a25d737bf3cfd94cd18701194f56c94f36ef (patch) | |
tree | 65378d04bff6f23cb3876dd6c6585bac8e758367 /profiles | |
parent | multilib.eclass: Default values, not fixed values, for risc-v libdir (diff) | |
download | gentoo-5e29a25d737bf3cfd94cd18701194f56c94f36ef.tar.gz gentoo-5e29a25d737bf3cfd94cd18701194f56c94f36ef.tar.bz2 gentoo-5e29a25d737bf3cfd94cd18701194f56c94f36ef.zip |
riscv: Add 1level libdir feature
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/arch/riscv/1level/eapi | 1 | ||||
-rw-r--r-- | profiles/arch/riscv/1level/make.defaults | 7 |
2 files changed, 8 insertions, 0 deletions
diff --git a/profiles/arch/riscv/1level/eapi b/profiles/arch/riscv/1level/eapi new file mode 100644 index 000000000000..7ed6ff82de6b --- /dev/null +++ b/profiles/arch/riscv/1level/eapi @@ -0,0 +1 @@ +5 diff --git a/profiles/arch/riscv/1level/make.defaults b/profiles/arch/riscv/1level/make.defaults new file mode 100644 index 000000000000..2a8d8bdc9bb3 --- /dev/null +++ b/profiles/arch/riscv/1level/make.defaults @@ -0,0 +1,7 @@ +# Copyright 2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +LIBDIR_lp64d="lib64" +LIBDIR_lp64="lib64" +LIBDIR_ilp32d="lib" +LIBDIR_ilp32="lib" |