summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKoen Kooi <koen.kooi@linaro.org>2016-11-15 10:20:47 +0100
committerKoen Kooi <koen.kooi@linaro.org>2016-11-15 10:20:47 +0100
commitaaa8c5ed478b7828323d4947b8c3d15678f7cd32 (patch)
treefa31ef97389126a2a5496fdfdfe4fade3c010a6e
parentdb3b9d753dfee7f4a6262244cf73c18e8be5e7c2 (diff)
functions.sh: only lock libc-headers for ilp32
Bits in OE-core are broken for older versions (e.g. ppp), so contain breakage to the platform that needs the old headers. Change-Id: If29b484f553d1a11be6d3d983c33065251dcab01 Signed-off-by: Koen Kooi <koen.kooi@linaro.org>
-rwxr-xr-xfunctions.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/functions.sh b/functions.sh
index 4a7170a..44b7f5e 100755
--- a/functions.sh
+++ b/functions.sh
@@ -149,7 +149,7 @@ GCCVERSION ?= "linaro-${gcc}"
SDKGCCVERSION ?= "linaro-${gcc}"
BINUVERSION ?= "linaro-2.%"
#GLIBCVERSION = "linaro-2.20"
-LINUXLIBCVERSION = "3.18"
+LINUXLIBCVERSION_genericarmv8-ilp32 = "3.18"
PREFERRED_VERSION_gcc-source ?= "${GCCVERSION}"