We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 94537e1 + 2733920 commit b410695Copy full SHA for b410695
Makefile.in
@@ -833,7 +833,8 @@ stamps/build-pk32: $(PK_SRCDIR) stamps/build-gcc-newlib-stage2
833
cd $(notdir $@) && $</configure \
834
--prefix=$(INSTALL_DIR) \
835
--host=$(NEWLIB_TUPLE) \
836
- --with-arch=rv32gc
+ --with-arch=rv32imafdc \
837
+ --with-abi=ilp32f
838
$(MAKE) -C $(notdir $@)
839
cp $(notdir $@)/pk $(INSTALL_DIR)/$(NEWLIB_TUPLE)/bin/pk32
840
mkdir -p $(dir $@)
0 commit comments