summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPedro Alvarez <pedro.alvarez@codethink.co.uk>2016-06-02 16:32:39 +0000
committerJavier Jardón <jjardon@gnome.org>2016-10-26 13:03:05 +0100
commitdec19fc7c0218a5cbe759ed7ebfda22d21b380d1 (patch)
treef60036ff43f6632c27bc3c39ee2b87fd69d3c920
parent24edb7cbf63934f3291e59008f7b98953696ee6d (diff)
downloaddefinitions-dec19fc7c0218a5cbe759ed7ebfda22d21b380d1.tar.gz
Upgrade to glibc-2.23, also disable-werror for gcc6
'disable-werror' won't be needed when upgrading to a newer glibc Change-Id: I7d60784f03d0c8af24bd19bb27e04bc2800f555a
-rw-r--r--strata/build-essential/glibc.morph3
-rw-r--r--strata/build-essential/stage2-glibc.morph1
2 files changed, 3 insertions, 1 deletions
diff --git a/strata/build-essential/glibc.morph b/strata/build-essential/glibc.morph
index 6c87c5d9..46a30167 100644
--- a/strata/build-essential/glibc.morph
+++ b/strata/build-essential/glibc.morph
@@ -63,7 +63,8 @@ configure-commands:
--enable-kernel=3.0.0 \
--without-cvs \
--without-selinux \
- --enable-obsolete-rpc
+ --enable-obsolete-rpc \
+ --disable-werror
build-commands:
- cd o && make localtime=UTC
diff --git a/strata/build-essential/stage2-glibc.morph b/strata/build-essential/stage2-glibc.morph
index f3b7cc5d..957c98f7 100644
--- a/strata/build-essential/stage2-glibc.morph
+++ b/strata/build-essential/stage2-glibc.morph
@@ -23,6 +23,7 @@ configure-commands:
--build=$(../scripts/config.guess) --host=$TARGET_STAGE1 \
--prefix="$PREFIX" \
--enable-obsolete-rpc \
+ --disable-werror \
`# [1]` --libdir="$PREFIX/lib" \
`# [2]` --with-headers="$(pwd)/../../$PREFIX/include" \
`# [3]` --disable-profile --enable-kernel=2.6.25 \