소스 검색

lm32: use older elf2flt

Waldemar Brodkorb 1 년 전
부모
커밋
8718726805
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      target/config/Config.in.elf2flt

+ 2 - 0
target/config/Config.in.elf2flt

@@ -9,11 +9,13 @@ depends on ADK_TARGET_BINFMT_FLAT
 config ADK_TOOLCHAIN_ELF2FLT_2021_08
 	bool "2021-08"
 	depends on !ADK_TARGET_ARCH_BFIN
+	depends on !ADK_TARGET_ARCH_LM32
 	depends on !ADK_TARGET_ARCH_SH
 
 config ADK_TOOLCHAIN_ELF2FLT_OLD
 	bool "old version"
 	depends on ADK_TARGET_ARCH_BFIN || \
+		ADK_TARGET_ARCH_LM32 || \
 		ADK_TARGET_ARCH_SH
 
 endchoice