summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKoen Kooi <koen.kooi@linaro.org>2014-12-11 12:10:12 +0100
committerKoen Kooi <koen.kooi@linaro.org>2014-12-11 12:10:12 +0100
commit643d9d48110474e82eef3db1611cae58e3b5dc5b (patch)
treea5c5c9e42c3e52d2459f75461b274e27dab26d25
parentee48f0da6d8161ee53e98e4b32a94c6fcda94f55 (diff)
functions: prefer newer linux-libc-headers for ILP32
Change-Id: If8b775a20f4de4ff9bb9e8355e5b55f3a0bf320d Signed-off-by: Koen Kooi <koen.kooi@linaro.org>
-rwxr-xr-xfunctions.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/functions.sh b/functions.sh
index 8c11677..f02a2a5 100755
--- a/functions.sh
+++ b/functions.sh
@@ -141,6 +141,7 @@ GCCVERSION ?= "linaro-${gcc}"
SDKGCCVERSION ?= "linaro-${gcc}"
BINUVERSION ?= "linaro-2.24"
GLIBCVERSION = "linaro-2.20"
+LINUXLIBCVERSION = "3.18"
PREFERRED_VERSION_gcc-source ?= "${GCCVERSION}"