mirror of
https://github.com/rdolbeau/VexRiscvBPluginGenerator.git
synced 2025-04-18 18:44:42 -04:00
Factorize R5 compilers in Makefiles
This commit is contained in:
parent
3de1b5bf23
commit
7e012dfc14
1 changed files with 1 additions and 9 deletions
10
Makefile
10
Makefile
|
@ -128,15 +128,7 @@ scala: B P Z
|
|||
|
||||
include $(DEPXX)
|
||||
|
||||
## B Toolchain so we get some automatic B generation
|
||||
R5B_TOOLCHAIN=/opt/riscv64b/
|
||||
R5B_GCC=$(R5B_TOOLCHAIN)/bin/riscv64-unknown-elf-gcc
|
||||
R5B_OPT=-Os -march=rv32imab -mabi=ilp32 -I.
|
||||
## Buildroot toolchain for linking and hacing up-to-date libraries and systems calls
|
||||
R5IMA_TOOLCHAIN=/home/dolbeau2/LITEX/buildroot-rv32/output/host
|
||||
R5IMA_GCC=$(R5IMA_TOOLCHAIN)/bin/riscv32-buildroot-linux-gnu-gcc
|
||||
R5IMA_OPT=-Os -march=rv32ima -mabi=ilp32 -I.
|
||||
R5IMA_STRIP=$(R5IMA_TOOLCHAIN)/riscv32-buildroot-linux-gnu-strip
|
||||
include r5.mk
|
||||
|
||||
NEWINST_H=new_instructions_support_b.h new_instructions_support.h new_instructions_support_k.h new_instructions_support_p.h
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue