diff options
author | Jack Lloyd <[email protected]> | 2018-09-19 19:19:56 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2018-09-19 19:19:56 -0400 |
commit | d82e22eea1e19f7bcc21e3b50f90fe058602933b (patch) | |
tree | a19a76374b5bacabdc459212e9c105b29d37d34b /src/build-data/arch/sparc64.txt | |
parent | b641f52a99fefd4ef85171c78bea39f7f21d4152 (diff) |
Set default endian for SPARC and RISC-V
RISC-V is always little endian by definition.
SPARC is technically bi-endian but basically 100% of userspace is
big endian, so assume it.
Diffstat (limited to 'src/build-data/arch/sparc64.txt')
-rw-r--r-- | src/build-data/arch/sparc64.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/build-data/arch/sparc64.txt b/src/build-data/arch/sparc64.txt index 56130f26c..b01c8277f 100644 --- a/src/build-data/arch/sparc64.txt +++ b/src/build-data/arch/sparc64.txt @@ -1,2 +1,3 @@ family sparc wordsize 64 +endian big |