summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 \