diff options
author | P. J. McDermott <pjm@nac.net> | 2012-01-05 03:29:24 (EST) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2012-01-05 03:29:24 (EST) |
commit | 7f38f82b5ab768e17c6d1fbfbe133183c3522eab (patch) | |
tree | 1113cf652c64df3da174faa0a50e54e117470b97 | |
parent | 627cb8be2798718b946162c857f1ead9517b84a1 (diff) |
Tell EGLIBC's configure that we don't have an SSP.
See commit a7563c9e for more information.
-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 |