Skip to content

Commit

Permalink
Update build config for embench
Browse files Browse the repository at this point in the history
  • Loading branch information
tilk committed Dec 7, 2024
1 parent 1b8b932 commit 4f27752
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/external/embench/board_config/coreblocks-sim/board.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cc = 'riscv64-unknown-elf-gcc'
cflags = (['-c', '-fdata-sections', '-march=rv32imc_zba_zbb_zbc_zbs_zicsr', '-mabi=ilp32'])
ldflags = (['-Wl,-gc-sections', '-march=rv32imc_zba_zbb_zbc_zbs_zicsr', '-mabi=ilp32', '-nostartfiles', '-T../../../common/link.ld'])
cflags = (['-c', '-fdata-sections', '-march=rv32imc_zba_zbb_zbc_zbs_zicsr_zicond', '-mabi=ilp32'])
ldflags = (['-Wl,-gc-sections', '-march=rv32imc_zba_zbb_zbc_zbs_zicsr_zicond', '-mabi=ilp32', '-nostartfiles', '-T../../../common/link.ld'])
user_libs = (['-lm'])
cpu_mhz = 0.01

0 comments on commit 4f27752

Please sign in to comment.