summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2018-06-03 21:32:35 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2018-06-03 21:32:35 +0200
commit02c582b7561f832ba7000a8127e4971ea21f6085 (patch)
tree2a431ad30a25c9d249f5c6d0e13988d75781baa5
parentcdc98a6b867db7436529df2a11b8b091809a579c (diff)
fix preselection of instructions set
-rw-r--r--mk/build.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/mk/build.mk b/mk/build.mk
index 454114b07..ed40042d1 100644
--- a/mk/build.mk
+++ b/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; \