]> git.pld-linux.org Git - packages/dietlibc.git/blob - dietlibc-stackgap-instead-of-ssp.patch
always pass MYARCH explicitly
[packages/dietlibc.git] / dietlibc-stackgap-instead-of-ssp.patch
1 Index: dietlibc-0.30/dietfeatures.h
2 ===================================================================
3 --- dietlibc-0.30.orig/dietfeatures.h
4 +++ dietlibc-0.30/dietfeatures.h
5 @@ -99,14 +99,14 @@
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
14   * versions.  To make use of this, compile your application with
15   * -fstack-protector. */
16  #if (__GNUC__>4) || ((__GNUC__==4) && (__GNUC_MINOR__>=1))
17 -#define WANT_SSP
18 +//#define WANT_SSP
19  #endif
20  
21  
This page took 0.047788 seconds and 3 git commands to generate.