summaryrefslogtreecommitdiff
path: root/strata/build-essential/eglibc.morph
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2014-10-02 10:55:23 +0100
committerSam Thursfield <sam.thursfield@codethink.co.uk>2014-10-02 10:55:23 +0100
commit6d4a0ec6caa5a1f1f1a73a7a8bd061889cf06299 (patch)
tree6a0928e1aadf2527e16d2ead1a571bfa7da19c71 /strata/build-essential/eglibc.morph
parentd107a96317a05ec3238ff7bce94cd6cbf12398bf (diff)
parente9dbfdc623101442370d51525e8cdbe3867eab02 (diff)
downloaddefinitions-6d4a0ec6caa5a1f1f1a73a7a8bd061889cf06299.tar.gz
Merge branch 'baserock/sam/build-essential-comments'
Reviewed-By: Pedro Alvarez <pedro.alvarez@codethink.co.uk> Reviewed-By: Richard Maw <richard.maw@codethink.co.uk>
Diffstat (limited to 'strata/build-essential/eglibc.morph')
-rw-r--r--strata/build-essential/eglibc.morph5
1 files changed, 5 insertions, 0 deletions
diff --git a/strata/build-essential/eglibc.morph b/strata/build-essential/eglibc.morph
index 6f781a53..cc827ef9 100644
--- a/strata/build-essential/eglibc.morph
+++ b/strata/build-essential/eglibc.morph
@@ -38,7 +38,10 @@ products:
- .*
configure-commands:
- mkdir o
+
+# Necessary for ARM port
- cd libc && ln -s ../ports ports
+
- |
export CFLAGS="-O2 $CFLAGS"; cd o &&
../libc/configure \
@@ -49,8 +52,10 @@ configure-commands:
--enable-add-ons=nptl,ports \
--without-cvs \
--without-selinux
+
build-commands:
- cd o && make localtime=UTC
+
install-commands:
- cd o && make install_root="$DESTDIR" localtime=UTC install
- mkdir -p "$DESTDIR/etc"