From 841da5b1492396772efe8d80342e7f61f82b469b Mon Sep 17 00:00:00 2001 From: Arfrever Frehtes Taifersar Arahesis Date: Sat, 11 May 2019 18:26:28 +0200 Subject: eclass: Add risc-v endianness information MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas K. Hüttel --- eclass/toolchain-funcs.eclass | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'eclass/toolchain-funcs.eclass') diff --git a/eclass/toolchain-funcs.eclass b/eclass/toolchain-funcs.eclass index 27324b0ca607..2e027015c684 100644 --- a/eclass/toolchain-funcs.eclass +++ b/eclass/toolchain-funcs.eclass @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 2002-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # @ECLASS: toolchain-funcs.eclass @@ -695,6 +695,7 @@ tc-endian() { mips*) echo big;; powerpc*le) echo little;; powerpc*) echo big;; + riscv*) echo little;; s390*) echo big;; sh*b*) echo big;; sh*) echo little;; -- cgit v1.2.3-65-gdbad