summaryrefslogtreecommitdiff
path: root/strata/build-essential/eglibc.morph
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2014-09-26 12:07:06 +0100
committerSam Thursfield <sam.thursfield@codethink.co.uk>2014-09-26 13:18:24 +0100
commite9dbfdc623101442370d51525e8cdbe3867eab02 (patch)
treee3212f19e99a2043bfc8f519a70ff8a857c68126 /strata/build-essential/eglibc.morph
parentf8eb5d55ef5edc933442f489ae806a5a70d2a0cc (diff)
downloaddefinitions-e9dbfdc623101442370d51525e8cdbe3867eab02.tar.gz
Add back missing comments to build-essential chunk morphs
These will have been lost in the automated chunks-in-definitions transition.
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"