diff options
author | P. J. McDermott <pjm@nac.net> | 2011-12-30 22:06:26 (EST) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2011-12-30 22:06:26 (EST) |
commit | 56cd680b605a16849b980e65b6df20efe53439de (patch) | |
tree | f5200ac07a745daf96026c5ccc755dd5d2a4670d | |
parent | 4027244c9926169362d80512e54032a03e502dff (diff) |
Wrap a long command line.
-rw-r--r-- | bootstrap-system-build-procedure.txt | 3 |
1 files changed, 2 insertions, 1 deletions
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 |