blob: 4a94426c89a21505cfc1f49b31cf738ba9ef98ae (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
Index: dietlibc-0.30_pre20060501/dietfeatures.h
===================================================================
--- dietlibc-0.30_pre20060501.orig/dietfeatures.h
+++ dietlibc-0.30_pre20060501/dietfeatures.h
@@ -99,7 +99,7 @@
/* WARNING: this appears to break with some binutils versions. Works
* for me with binutils 2.15. The symptom is an error message that
* `main' can not be found. */
-/* #define WANT_STACKGAP */
+#define WANT_STACKGAP
/* Include support for ProPolice/SSP, calls guard_setup */
/* ProPolice is part of gcc 4.1 and up, there were patches for earlier
|