summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier Jardón <javier.jardon@codethink.co.uk>2013-02-19 14:11:00 +0000
committerJavier Jardón <javier.jardon@codethink.co.uk>2013-02-19 16:51:15 +0000
commitd6c70876aeb153eaa8541c80a5f34e4d7155785d (patch)
tree05e7ee9adcb985533fe128a9aefc6fd8725c017e
parent06db6c3122c0b3826d25451a46f28648767fec98 (diff)
downloadeglibc2-baserock/jjardon.tar.gz
-fno-stack-protectorbaserock/jjardon
http://sourceware.org/ml/libc-help/2008-07/msg00075.html
-rwxr-xr-xeglibc.morph2
1 files changed, 1 insertions, 1 deletions
diff --git a/eglibc.morph b/eglibc.morph
index 6215ea87a..92a818b78 100755
--- a/eglibc.morph
+++ b/eglibc.morph
@@ -4,7 +4,7 @@
"configure-commands": [
"cd libc && ln -s ../ports ports",
"mkdir o",
- "SYSROOT=\"$PREFIX\"; cd o && CFLAGS=\"-O2 -U_FORTIFY_SOURCE $CFLAGS\" ../libc/configure --prefix=\"$PREFIX\" --disable-profile --enable-add-ons --enable-kernel=3.2.0 --with-headers=\"$SYSROOT/include\" --without-cvs --without-selinux libc_cv_c_cleanup=yes libc_cv_ctors_header=yes libc_cv_forced_unwind=yes libc_cv_ssp=no"
+ "SYSROOT=\"$PREFIX\"; cd o && CFLAGS=\"-O2 -fno-stack-protector -U_FORTIFY_SOURCE $CFLAGS\" ../libc/configure --prefix=\"$PREFIX\" --disable-profile --enable-add-ons --enable-kernel=3.2.0 --with-headers=\"$SYSROOT/include\" --without-cvs --without-selinux libc_cv_c_cleanup=yes libc_cv_ctors_header=yes libc_cv_forced_unwind=yes libc_cv_ssp=no"
],
"build-commands": [
"cd o && make localtime=UTC"