mirror of
https://github.com/thead-yocto-mirror/meta-riscv
synced 2026-09-10 02:36:31 +02:00
ghostscript: rv64 is LE by default
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user