summaryrefslogtreecommitdiffstats
path: root/temporary-bootstrap-builder-setup.txt
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2012-01-05 23:58:33 (EST)
committer P. J. McDermott <pjm@nac.net>2012-01-05 23:58:33 (EST)
commit21148d6ee97cb8355b9f61edc3fc650c01a6b5e9 (patch)
treed69cc1241525ad1e6c0a8b734f35f3e36e840219 /temporary-bootstrap-builder-setup.txt
parent847f89951ac08406672f9df07ea0984508146d6a (diff)
Clean up some trailing spaces.
Diffstat (limited to 'temporary-bootstrap-builder-setup.txt')
-rw-r--r--temporary-bootstrap-builder-setup.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/temporary-bootstrap-builder-setup.txt b/temporary-bootstrap-builder-setup.txt
index 68a7660..6fbb7d7 100644
--- a/temporary-bootstrap-builder-setup.txt
+++ b/temporary-bootstrap-builder-setup.txt
@@ -241,7 +241,7 @@ Configure and build a cross-compiling GCC.
Configure and build a cross-compiling EGLIBC. Change '<LINUX_VER>' to the lower
of either version 3.1.6 or the version of Linux running on your host system.
$ cp -pR ${BBL}/../../src/eglibc-2.14 .
- $ cd eglibc-2.14/libc
+ $ cd eglibc-2.14/libc
$ cp -v Makeconfig{,.orig}
$ sed -e 's/-lgcc_eh//g' Makeconfig.orig > Makeconfig
$ cd ../..
@@ -262,7 +262,7 @@ of either version 3.1.6 or the version of Linux running on your host system.
> --libexecdir=/usr/lib/eglibc --host=${BBL_TARGET} --build=${BBL_HOST} \
> --disable-profile --enable-add-ons --with-tls --enable-kernel=<LINUX_VER> \
> --with-__thread --with-binutils=${BBL}/cross-tools/bin \
- > --with-headers=${BBL}/usr/include --cache-file=config.cache \
+ > --with-headers=${BBL}/usr/include --cache-file=config.cache \
> libc_cv_ssp=no
$ make
$ make install