Skip to content

Commit

Permalink
buildroot/configs/litex_vexriscv_xx: fixed missing C library by repla…
Browse files Browse the repository at this point in the history
…cing BR2_RISCV_ISA_CUSTOM to BR2_RISCV_ISA (buildroot's commit cbd91e89e4)
  • Loading branch information
trabucayre committed Oct 11, 2023
1 parent e6d1fd1 commit 108c020
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions buildroot/configs/litex_vexriscv_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,18 @@ BR2_RISCV_32=y

# Instruction Set Extensions
BR2_riscv_custom=y
# Backward compat (buildroot 2023.02.5 LTS).
BR2_RISCV_ISA_CUSTOM_RVM=y
BR2_RISCV_ISA_CUSTOM_RVA=y
BR2_RISCV_ISA_CUSTOM_RVC=n
#BR2_RISCV_ISA_CUSTOM_RVF=y # Uncomment to enable FPU
#BR2_RISCV_ISA_CUSTOM_RVD=y # Uncomment to enable FPU
# Since commit cbd91e89e4 (2023-08-18 / 2023.11).
BR2_RISCV_ISA_RVM=y
BR2_RISCV_ISA_RVA=y
BR2_RISCV_ISA_RVC=n
#BR2_RISCV_ISA_RVF=y # Uncomment to enable FPU
#BR2_RISCV_ISA_RVD=y # Uncomment to enable FPU
BR2_RISCV_ABI_ILP32=y

# Patches
Expand Down
7 changes: 7 additions & 0 deletions buildroot/configs/litex_vexriscv_usbhost_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,18 @@ BR2_RISCV_32=y

# Instruction Set Extensions
BR2_riscv_custom=y
# Backward compat (buildroot 2023.02.5 LTS).
BR2_RISCV_ISA_CUSTOM_RVM=y
BR2_RISCV_ISA_CUSTOM_RVA=y
BR2_RISCV_ISA_CUSTOM_RVC=n
#BR2_RISCV_ISA_CUSTOM_RVF=y # Uncomment to enable FPU
#BR2_RISCV_ISA_CUSTOM_RVD=y # Uncomment to enable FPU
# Since commit cbd91e89e4 (2023-08-18 / 2023.11).
BR2_RISCV_ISA_RVM=y
BR2_RISCV_ISA_RVA=y
BR2_RISCV_ISA_RVC=n
#BR2_RISCV_ISA_RVF=y # Uncomment to enable FPU
#BR2_RISCV_ISA_RVD=y # Uncomment to enable FPU
BR2_RISCV_ABI_ILP32=y

# Patches
Expand Down

0 comments on commit 108c020

Please sign in to comment.