aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTommy Murphy <tommy_murphy@hotmail.com>2023-06-28 11:22:08 +0100
committerTommy Murphy <tommy_murphy@hotmail.com>2023-06-28 11:22:08 +0100
commit1d9f992a1598e1edf646b7100d8a34d34332d17e (patch)
tree6adedf4e1d32395bae93cba449b301f051e4aca5
parent93ba0ade3e7ed605b6ab8bb37785e4d219ad1632 (diff)
downloadriscv-gnu-toolchain-1d9f992a1598e1edf646b7100d8a34d34332d17e.zip
riscv-gnu-toolchain-1d9f992a1598e1edf646b7100d8a34d34332d17e.tar.gz
riscv-gnu-toolchain-1d9f992a1598e1edf646b7100d8a34d34332d17e.tar.bz2
Resolve issue https://github.com/riscv-collab/riscv-gnu-toolchain/pull/1283#discussion_r1244960843
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 3aa7f2e..f2a8cf2 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -885,7 +885,7 @@ stamps/build-pk64: $(PK_SRCDIR) $(PK_SRC_GIT) stamps/build-gcc-newlib-stage2
--prefix=$(INSTALL_DIR) \
--host=$(NEWLIB_TUPLE) \
--with-arch=rv64gc \
- --eith-abi=lp64d
+ --with-abi=lp64d
$(MAKE) -C $(notdir $@)
cp $(notdir $@)/pk $(INSTALL_DIR)/$(NEWLIB_TUPLE)/bin/pk64
mkdir -p $(dir $@)