summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2016-04-13 19:43:23 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2016-04-13 19:43:23 +0200
commit971d7c5c179fc0547b08557cc00caccbe90f2ef5 (patch)
tree588531491bc7050a140c189e65d0cba2e5c0ce98 /scripts
parenta3c7219c3e59a4ae7922fceac751f31733a74167 (diff)
sync with mk/vars.mk change
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/update-rcconf6
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/update-rcconf b/scripts/update-rcconf
index 4e32b3040..946f5ffa3 100755
--- a/scripts/update-rcconf
+++ b/scripts/update-rcconf
@@ -6,15 +6,15 @@ topdir=$(readlink -nf $(dirname $0)/.. 2>/dev/null || (cd $(dirname $0)/..; pwd
. $topdir/.config
suffix=${ADK_TARGET_SYSTEM}
-if [ ! -z ${ADK_TARGET_ENDIAN_SUFFIX} ];then
- suffix=${suffix}${ADK_TARGET_ENDIAN_SUFFIX}
-fi
if [ ! -z ${ADK_TARGET_LIBC} ];then
suffix=${suffix}_${ADK_TARGET_LIBC}
fi
if [ ! -z ${ADK_TARGET_CPU_TYPE} ];then
suffix=${suffix}_${ADK_TARGET_CPU_TYPE}
fi
+if [ ! -z ${ADK_TARGET_ENDIAN_SUFFIX} ];then
+ suffix=${suffix}${ADK_TARGET_ENDIAN_SUFFIX}
+fi
if [ ! -z ${ADK_TARGET_FLOAT} ];then
suffix=${suffix}_${ADK_TARGET_FLOAT}
fi