diff options
author | P. J. McDermott <pjm@nac.net> | 2012-01-05 23:59:36 (EST) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2012-01-05 23:59:36 (EST) |
commit | ae700bbfb7bae6d417f0155255466de1e36d882d (patch) | |
tree | 5b05f523907d1be2c1ffe4222bb6b7f8be8f63dd | |
parent | 21148d6ee97cb8355b9f61edc3fc650c01a6b5e9 (diff) |
Move cached SSP test result to config.cache file.
-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 6fbb7d7..51a0098 100644 --- a/temporary-bootstrap-builder-setup.txt +++ b/temporary-bootstrap-builder-setup.txt @@ -251,6 +251,7 @@ of either version 3.1.6 or the version of Linux running on your host system. > libc_cv_forced_unwind=yes > libc_cv_c_cleanup=yes > libc_cv_gnu89_inline=yes + > libc_cv_ssp=no > EOF $ cat > configparams <<EOF > install_root=${BBL} @@ -262,7 +263,6 @@ 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 \ - > libc_cv_ssp=no + > --with-headers=${BBL}/usr/include --cache-file=config.cache $ make $ make install |