diff options
-rw-r--r-- | temporary-bootstrap-builder-setup.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/temporary-bootstrap-builder-setup.txt b/temporary-bootstrap-builder-setup.txt index cffbeeb..84ff6a8 100644 --- a/temporary-bootstrap-builder-setup.txt +++ b/temporary-bootstrap-builder-setup.txt @@ -224,6 +224,7 @@ system. > --disable-profile --enable-add-ons --with-tls --enable-kernel=3.1.0 \ > --with-__thread --with-binutils=${BBL}/cross-tools/bin \ > --with-headers=${BBL}/usr/include libc_cv_forced_unwind=yes \ - > libc_cv_c_cleanup=yes libc_cv_gnu89_inline=yes install_root=${BBL} + > libc_cv_c_cleanup=yes libc_cv_gnu89_inline=yes install_root=${BBL} \ + > libc_cv_ssp=no $ make $ make install |