aboutsummaryrefslogtreecommitdiff
path: root/lib/globals.sh
diff options
context:
space:
mode:
authorRyan S. Arnold <ryan.arnold@linaro.org>2013-11-12 14:38:03 -0600
committerRyan S. Arnold <ryan.arnold@linaro.org>2013-11-12 14:38:03 -0600
commit0c85bd8f4eb8eaf242dc22014cacde445fc35112 (patch)
tree89d179d935b91fb5943d18dcc1f056a8dd0a94a9 /lib/globals.sh
parent81e05253f2cb9926758a557791579ad9cc616376 (diff)
Add glibc support to cbuildv2 along with toplevel test cases.
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 ee960d59..efc56bb8 100644
--- a/lib/globals.sh
+++ b/lib/globals.sh
@@ -11,7 +11,8 @@ host=${target}
gcc="`which gcc`"
host_gcc_version="`${gcc} -v 2>&1 | tail -1`"
binutils="default"
-libc="default"
+# This is the default clibrary and can be overridden on the command line.
+clibrary="eglibc"
snapshots="default"
configfile="default"
dbuser="default"