From 5e29a25d737bf3cfd94cd18701194f56c94f36ef Mon Sep 17 00:00:00 2001 From: "Andreas K. Hüttel" Date: Tue, 8 Jun 2021 21:30:28 +0200 Subject: riscv: Add 1level libdir feature MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas K. Hüttel --- profiles/arch/riscv/1level/eapi | 1 + profiles/arch/riscv/1level/make.defaults | 7 +++++++ 2 files changed, 8 insertions(+) create mode 100644 profiles/arch/riscv/1level/eapi create mode 100644 profiles/arch/riscv/1level/make.defaults (limited to 'profiles') 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" -- cgit v1.2.3-65-gdbad