From a834a2b0a41d5a4118586b2be7f89b24290ff696 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Tue, 28 Apr 2020 17:06:30 -0700 Subject: [PATCH] ghostscript: rv64 is LE by default Signed-off-by: Khem Raj --- recipes-extended/ghostscript/ghostscript/riscv64/objarch.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-extended/ghostscript/ghostscript/riscv64/objarch.h b/recipes-extended/ghostscript/ghostscript/riscv64/objarch.h index 0d0a16b..a05de29 100644 --- a/recipes-extended/ghostscript/ghostscript/riscv64/objarch.h +++ b/recipes-extended/ghostscript/ghostscript/riscv64/objarch.h @@ -33,7 +33,7 @@ /* ---------------- Miscellaneous ---------------- */ -#define ARCH_IS_BIG_ENDIAN 1 +#define ARCH_IS_BIG_ENDIAN 0 #define ARCH_PTRS_ARE_SIGNED 0 #define ARCH_FLOATS_ARE_IEEE 1 #define ARCH_ARITH_RSHIFT 2