]> git.pld-linux.org Git - packages/dietlibc.git/blame - dietlibc-stackgap-instead-of-ssp.patch
- release 4
[packages/dietlibc.git] / dietlibc-stackgap-instead-of-ssp.patch
CommitLineData
083c40eb
AM
1Index: dietlibc-0.30/dietfeatures.h
2===================================================================
3--- dietlibc-0.30.orig/dietfeatures.h
4+++ dietlibc-0.30/dietfeatures.h
a9a7fe95 5@@ -99,14 +99,14 @@
083c40eb
AM
6 /* WARNING: this appears to break with some binutils versions. Works
7 * for me with binutils 2.15. The symptom is an error message that
8 * `main' can not be found. */
9-/* #define WANT_STACKGAP */
10+#define WANT_STACKGAP
11
12 /* Include support for ProPolice/SSP, calls guard_setup */
13 /* ProPolice is part of gcc 4.1 and up, there were patches for earlier
a9a7fe95
JR
14 * versions. To make use of this, compile your application with
15 * -fstack-protector. */
083c40eb
AM
16 #if (__GNUC__>4) || ((__GNUC__==4) && (__GNUC_MINOR__>=1))
17-#define WANT_SSP
18+//#define WANT_SSP
19 #endif
a9a7fe95
JR
20
21
This page took 0.506366 seconds and 4 git commands to generate.