1
0
Pārlūkot izejas kodu

fix preselection of instructions set

Waldemar Brodkorb 6 gadi atpakaļ
vecāks
revīzija
02c582b756
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      mk/build.mk

+ 1 - 1
mk/build.mk

@@ -457,7 +457,7 @@ defconfig: .menu $(CONFIG)/conf
 			>> $(ADK_TOPDIR)/.defconfig; \
 	fi
 	@if [ ! -z "$(ADK_TARGET_INSTRUCTION_SET)" ];then \
-		grep "^config" target/config/Config.in.archopts \
+		grep "^config" target/config/Config.in.instructions \
 			|grep -i "$(ADK_TARGET_INSTRUCTION_SET)$$" \
 			|sed -e "s#^config \(.*\)#\1=y#" \
 			>> $(ADK_TOPDIR)/.defconfig; \