aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorRob Savoye <rob.savoye@linaro.org>2013-10-24 20:41:59 -0600
committerRob Savoye <rob.savoye@linaro.org>2013-10-24 20:41:59 -0600
commit76e1c0e32075ff9d427fb72e50db3feac364b618 (patch)
tree8d87b1c9500a2e5e872d517b36791dacf263abd1 /configure
parent5bcb931c4b04e78b09b03c56c15b08fc661def26 (diff)
regnerated
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure8
1 files changed, 5 insertions, 3 deletions
diff --git a/configure b/configure
index 81738962..38cf8490 100755
--- a/configure
+++ b/configure
@@ -3757,10 +3757,12 @@ fi
-if test ! -d ${SYSROOTS}; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: ${SYSROOTS} does not exist so creating directory!" >&5
+if test x"${target}" != x"${build}"; then
+ if test ! -d ${SYSROOTS}; then
+ { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: ${SYSROOTS} does not exist so creating directory!" >&5
$as_echo "$as_me: WARNING: ${SYSROOTS} does not exist so creating directory!" >&2;}
- mkdir -p ${SYSROOTS}
+ mkdir -p ${SYSROOTS}
+ fi
fi