Skip to content

Commit 95773c5

Browse files
committed
Switched to gcc supporting option to set minimum number of instructions in HW loop
1 parent 0126453 commit 95773c5

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

Makefile.pulp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
build:
22
./configure --prefix=$(PKG_DIR) --with-arch=rv32imac --with-cmodel=medlow --enable-multilib
33
make all install
4+
mkdir -p $(PKG_DIR)/riscv32-unknown-elf/lib
45
cp riscv.ld $(PKG_DIR)/riscv32-unknown-elf/lib
56

67
checkout:

riscv-binutils-gdb

0 commit comments

Comments
 (0)