aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKito Cheng <kito.cheng@sifive.com>2021-02-19 13:48:31 +0800
committerKito Cheng <kito.cheng@sifive.com>2021-02-19 16:06:41 +0800
commit74dce616d89feffa8f445693969797825022d9e2 (patch)
treec16668452e92d55e68feb8ca1eaaffae36ef7c26
parent455347fe8c751bbc8f3e4e02f9aae2f887d744ef (diff)
downloadriscv-gnu-toolchain-74dce616d89feffa8f445693969797825022d9e2.zip
riscv-gnu-toolchain-74dce616d89feffa8f445693969797825022d9e2.tar.gz
riscv-gnu-toolchain-74dce616d89feffa8f445693969797825022d9e2.tar.bz2
[DO NOT MERGE] Force using big-endian
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index ab2cc05..f9fab38 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -68,7 +68,7 @@ ifneq ($(XLEN),32)
XLEN := 64
endif
-make_tuple = riscv$(1)-unknown-$(2)
+make_tuple = riscv$(1)be-unknown-$(2)
LINUX_TUPLE ?= $(call make_tuple,$(XLEN),linux-gnu)
NEWLIB_TUPLE ?= $(call make_tuple,$(XLEN),elf)
MUSL_TUPLE ?= $(call make_tuple,$(XLEN),linux-musl)