Browse Source

riscv64 uclibc-ng support

Waldemar Brodkorb 6 years ago
parent
commit
491e1c0794
2 changed files with 2 additions and 1 deletions
  1. 1 1
      target/config/Config.in.cpu
  2. 1 0
      target/config/Config.in.libc

+ 1 - 1
target/config/Config.in.cpu

@@ -1090,7 +1090,7 @@ config ADK_TARGET_CPU_PPC64_POWERPC64
 	depends on ADK_TARGET_ARCH_PPC64
 	depends on ADK_TARGET_BIG_ENDIAN
 
-# riscv 
+# riscv
 config ADK_TARGET_CPU_RISCV32_RV32IMAFDC
 	bool "rv32imafdc"
 	select ADK_TARGET_SUPPORTS_THREADS

+ 1 - 0
target/config/Config.in.libc

@@ -33,6 +33,7 @@ config ADK_TARGET_LIB_UCLIBC_NG
 		ADK_TARGET_ARCH_NIOS2 || \
 		ADK_TARGET_ARCH_OR1K || \
 		ADK_TARGET_ARCH_PPC || \
+		ADK_TARGET_ARCH_RISCV64 || \
 		ADK_TARGET_ARCH_SH || \
 		ADK_TARGET_ARCH_SPARC || \
 		ADK_TARGET_ARCH_SPARC64 || \