aboutsummaryrefslogtreecommitdiff
path: root/lib/globals.sh
diff options
context:
space:
mode:
authorRyan S. Arnold <ryan.arnold@linaro.org>2014-07-02 23:14:37 +0100
committerRyan S. Arnold <ryan.arnold@linaro.org>2014-07-02 23:57:31 +0100
commitd70c1d00f7bed22900d446530f2854dece630285 (patch)
treedae7bff165885dd5347c15cafca578a63e145723 /lib/globals.sh
parentdbe743b1aa1e4ec196ce2c3be5b0f156b93c4738 (diff)
Make eglibc default. The gcc.conf file shouldn't set the clibrary.
The clibrary should be set in cbuild2.sh so that it can be overridden and the values compared against expectations. This includes automatic setting of newlib for baremetal targets. Change-Id: Ifb468099162a6e48a43d82a82d5204d11348604a
Diffstat (limited to 'lib/globals.sh')
-rw-r--r--lib/globals.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/globals.sh b/lib/globals.sh
index 590323b5..edda8918 100644
--- a/lib/globals.sh
+++ b/lib/globals.sh
@@ -28,7 +28,7 @@ gcc="`which gcc`"
host_gcc_version="`${gcc} -v 2>&1 | tail -1`"
binutils="default"
# This is the default clibrary and can be overridden on the command line.
-clibrary="glibc"
+clibrary="eglibc"
snapshots="default"
configfile="default"
dbuser="default"