From 56cd680b605a16849b980e65b6df20efe53439de Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Fri, 30 Dec 2011 22:06:26 -0500 Subject: Wrap a long command line. --- (limited to 'bootstrap-system-build-procedure.txt') diff --git a/bootstrap-system-build-procedure.txt b/bootstrap-system-build-procedure.txt index ce54adf..2c5f789 100644 --- a/bootstrap-system-build-procedure.txt +++ b/bootstrap-system-build-procedure.txt @@ -99,7 +99,8 @@ Configure and build a cross-compiling GCC. > --with-mpfr-lib=$(pwd)/mpfr/src/.libs $ make -j 4 $ make install - $ ln -sv libgcc.a $(${BBLL_TARGET}-gcc -print-libgcc-file-name | sed 's/libgcc/&_eh/') + $ ln -sv libgcc.a $(${BBLL_TARGET}-gcc -print-libgcc-file-name | \ + > sed 's/libgcc/&_eh/') Install Linux's headers for use by EGLIBC. $ cd ../linux-3.1.6 -- cgit v0.9.1