aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Savoye <rob.savoye@linaro.org>2015-07-08 11:40:00 -0600
committerRob Savoye <rob.savoye@linaro.org>2015-07-08 11:40:05 -0600
commit9fee27cc1bda7dc42fe737e30b53b5d242a506a2 (patch)
tree83a5c5496c4a6d917b65af3e747e1d2a164835b7
parent89c7c12a925fe3c62083f3d5478192f8e1f42ff7 (diff)
build glibc by default for GCC 5
Change-Id: I3ce15533271fcaf7d39974bab5b792cd9f80ebdc
-rw-r--r--lib/globals.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/globals.sh b/lib/globals.sh
index d5468e30..685e4cca 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="eglibc"
+clibrary="glibc"
snapshots="default"
configfile="default"
dbuser="default"