forked from OpenDingux/buildroot
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
support/config-fragments/autobuild: use Bootlin toolchain for RISC-V …
…32 glibc Instead of using an external toolchain built specifically for the autobuilders to test RISC-V 32/glibc, use a pre-built Bootlin toolchain. Signed-off-by: Thomas Petazzoni <[email protected]> Signed-off-by: Yann E. MORIN <[email protected]>
- Loading branch information
1 parent
563285a
commit fc266b1
Showing
3 changed files
with
6 additions
and
10 deletions.
There are no files selected for viewing
5 changes: 5 additions & 0 deletions
5
support/config-fragments/autobuild/bootlin-riscv32-glibc.config
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
BR2_riscv=y | ||
BR2_RISCV_32=y | ||
BR2_TOOLCHAIN_EXTERNAL=y | ||
BR2_TOOLCHAIN_EXTERNAL_BOOTLIN=y | ||
BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_RISCV32_ILP32D_GLIBC_BLEEDING_EDGE=y |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters