diff options
-rw-r--r-- | temporary-bootstrap-builder-setup.txt | 4 |
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 |