-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Antony Chazapis <[email protected]>
- Loading branch information
Showing
3 changed files
with
88 additions
and
1 deletion.
There are no files selected for viewing
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
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
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,40 @@ | ||
# | ||
# Target options | ||
# | ||
BR2_ARCH_IS_64=y | ||
BR2_USE_MMU=y | ||
# BR2_arcle is not set | ||
# BR2_arceb is not set | ||
# BR2_arm is not set | ||
# BR2_armeb is not set | ||
# BR2_aarch64 is not set | ||
# BR2_aarch64_be is not set | ||
# BR2_i386 is not set | ||
# BR2_m68k is not set | ||
# BR2_microblazeel is not set | ||
# BR2_microblazebe is not set | ||
# BR2_mips is not set | ||
# BR2_mipsel is not set | ||
# BR2_mips64 is not set | ||
# BR2_mips64el is not set | ||
# BR2_nios2 is not set | ||
# BR2_or1k is not set | ||
# BR2_powerpc is not set | ||
# BR2_powerpc64 is not set | ||
# BR2_powerpc64le is not set | ||
BR2_riscv=y | ||
# BR2_s390 is not set | ||
# BR2_sh is not set | ||
# BR2_sparc is not set | ||
# BR2_sparc64 is not set | ||
# BR2_x86_64 is not set | ||
# BR2_xtensa is not set | ||
BR2_ARCH_HAS_TOOLCHAIN_BUILDROOT=y | ||
BR2_ARCH="riscv64" | ||
BR2_NORMALIZED_ARCH="riscv" | ||
BR2_ENDIAN="LITTLE" | ||
BR2_GCC_TARGET_ARCH="riscv64" | ||
BR2_BINFMT_SUPPORTS_SHARED=y | ||
BR2_READELF_ARCH_NAME="RISC-V" | ||
BR2_BINFMT_ELF=y | ||
BR2_RISCV_64=y |