From 7f38f82b5ab768e17c6d1fbfbe133183c3522eab Mon Sep 17 00:00:00 2001
From: P. J. McDermott <pjm@nac.net>
Date: Thu, 05 Jan 2012 03:29:24 -0500
Subject: Tell EGLIBC's configure that we don't have an SSP.

See commit a7563c9e for more information.
---
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
--
cgit v0.9.1