Ver Fonte

fix preselection of instructions set

Waldemar Brodkorb há 6 anos atrás
pai
commit
02c582b756
1 ficheiros alterados com 1 adições e 1 exclusões
  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; \