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 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 |