summaryrefslogtreecommitdiff
path: root/baserock-bootstrap
diff options
context:
space:
mode:
authorLars Wirzenius <lars.wirzenius@codethink.co.uk>2012-01-09 13:36:25 +0000
committerLars Wirzenius <lars.wirzenius@codethink.co.uk>2012-01-09 13:36:25 +0000
commitdaafbcb1eb85137fc12621f2aba0c1afd0165615 (patch)
tree6dc3300c003798352e564161f0ed1ba9f2b9b903 /baserock-bootstrap
parent506296ef19625f0376f0c1570e00db0a12abe760 (diff)
downloadmorph-daafbcb1eb85137fc12621f2aba0c1afd0165615.tar.gz
add missing call to explicitly build glibc during bootstrap
Diffstat (limited to 'baserock-bootstrap')
-rwxr-xr-xbaserock-bootstrap1
1 files changed, 1 insertions, 0 deletions
diff --git a/baserock-bootstrap b/baserock-bootstrap
index 7530d335..524c0638 100755
--- a/baserock-bootstrap
+++ b/baserock-bootstrap
@@ -170,6 +170,7 @@ pass1_glibc()
--enable-kernel=2.6.25 --with-headers="$tools/include" \
--without-selinux --without-cvs \
libc_cv_forced_unwind=yes libc_cv_c_cleanup=yes libc_cv_ssp=no
+ make -j$JOBS
make install vardbdir="$tools/var/db"
rm -rf "$sources/glibc-2.14.1"
fi