diff options
-rw-r--r-- | bootstrap-system-build-procedure.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap-system-build-procedure.txt b/bootstrap-system-build-procedure.txt index 2c5f789..b21cdd2 100644 --- a/bootstrap-system-build-procedure.txt +++ b/bootstrap-system-build-procedure.txt @@ -120,6 +120,6 @@ Configure and build a cross-compiling EGLIBC. $ ../eglibc-2.14/libc/configure --prefix=/tools/usr --host=${BBLL_TARGET} \ > --build=$(../eglibc-2.14/libc/scripts/config.guess) --disable-profile \ > --enable-add-ons --enable-kernel=3.1.6 --with-headers=/tools/usr/include \ - > libc_cv_forced_unwind=yes libc_cv_c_cleanup=yes + > libc_cv_forced_unwind=yes libc_cv_c_cleanup=yes libc_cv_ssp=no $ make -j 4 $ make install |