aboutsummaryrefslogtreecommitdiff
path: root/lib/globals.sh
diff options
context:
space:
mode:
authorRob Savoye <rob.savoye@linaro.org>2013-08-16 17:18:13 -0600
committerRob Savoye <rob.savoye@linaro.org>2013-08-16 17:18:13 -0600
commit38724c62e59e53506df5edeabd73690e782a0fd4 (patch)
tree7ce727204c0502798f3a418c576cf7bbeaf39c81 /lib/globals.sh
parent916063d8ecd7ef07e983330de9067a6d683179a5 (diff)
prefix host_ to the host gcc_version to avoid conflicts
Diffstat (limited to 'lib/globals.sh')
-rw-r--r--lib/globals.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/globals.sh b/lib/globals.sh
index bf31107a..af474029 100644
--- a/lib/globals.sh
+++ b/lib/globals.sh
@@ -5,7 +5,7 @@
build="`${topdir}/config.guess`"
target=
gcc="`which gcc`"
-gcc_version="`${gcc} -v 2>&1 | tail -1`"
+host_gcc_version="`${gcc} -v 2>&1 | tail -1`"
binutils="default"
libc="default"
snapshots="default"
@@ -44,6 +44,7 @@ force=no
interactive=no
nodepends=no
verbose=1
+network=""
# source a user specific config file for commonly used configure options.
# These overide any of the above values.