summaryrefslogtreecommitdiff
path: root/scripts/update-rcconf
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/update-rcconf')
-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