File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -871,7 +871,7 @@ stamps/build-pk32: $(PK_SRCDIR) $(PK_SRC_GIT) stamps/build-gcc-newlib-stage2
871
871
cd $(notdir $@ ) && $< /configure \
872
872
--prefix=$(INSTALL_DIR ) \
873
873
--host=$(NEWLIB_TUPLE ) \
874
- --with-arch=rv32imafdc \
874
+ --with-arch=rv32gc \
875
875
--with-abi=ilp32f
876
876
$(MAKE ) -C $(notdir $@ )
877
877
cp $(notdir $@ ) /pk $(INSTALL_DIR ) /$(NEWLIB_TUPLE ) /bin/pk32
@@ -884,7 +884,8 @@ stamps/build-pk64: $(PK_SRCDIR) $(PK_SRC_GIT) stamps/build-gcc-newlib-stage2
884
884
cd $(notdir $@ ) && $< /configure \
885
885
--prefix=$(INSTALL_DIR ) \
886
886
--host=$(NEWLIB_TUPLE ) \
887
- --with-arch=rv64gc
887
+ --with-arch=rv64gc \
888
+ --with-abi=lp64d
888
889
$(MAKE ) -C $(notdir $@ )
889
890
cp $(notdir $@ ) /pk $(INSTALL_DIR ) /$(NEWLIB_TUPLE ) /bin/pk64
890
891
mkdir -p $(dir $@ )
You can’t perform that action at this time.
0 commit comments