summaryrefslogtreecommitdiff
path: root/scripts/update-rcconf
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/update-rcconf')
-rwxr-xr-xscripts/update-rcconf3
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/update-rcconf b/scripts/update-rcconf
index 87c483a1c..7dc272e73 100755
--- a/scripts/update-rcconf
+++ b/scripts/update-rcconf
@@ -30,6 +30,9 @@ fi
if [ ! -z ${ADK_TARGET_BINFMT} ];then
suffix=${suffix}_${ADK_TARGET_BINFMT}
fi
+if [ ! -z ${ADK_TARGET_INSTRUCTION_SET} ];then
+ suffix=${suffix}_${ADK_TARGET_INSTRUCTION_SET}
+fi
if [ -z ${ADK_TARGET_WITH_MMU} ];then
suffix=${suffix}_nommu
fi