aboutsummaryrefslogtreecommitdiff
blob: 7bd846e412a64686490603c169e7e6cde2446465 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
2012-04-08	Magnus Granberg		<zorry@gentoo.org>

		* gcc/config.in	Add ENABLE_ESPF, ENABLE_ESPF_FORTIFY,
		ENABLE_ESPF_PIE and ENABLE_ESPF_SSP

--- a/gcc/config.in	2011-04-24 00:36:52.000000000 +0200
+++ b/gcc/config.in	2011-06-24 14:17:05.166236726 +0200
@@ -77,6 +77,29 @@
 #endif
 
 
+/* Define to 1 to enable espf. */
+#ifndef USED_FOR_TARGET
+#undef ENABLE_ESPF
+#endif
+
+
+/* Define to 1 to enable espf with FORTIFY_SOURCES. */
+#ifndef USED_FOR_TARGET
+#undef ENABLE_ESPF_FORTIFY
+#endif
+
+
+/* Define to 1 to enable espf with -fPIE -pie. */
+#ifndef USED_FOR_TARGET
+#undef ENABLE_ESPF_PIE
+#endif
+
+
+/* Define to 1 to enable espf with -fstack-protector. */
+#ifndef USED_FOR_TARGET
+#undef ENABLE_ESPF_SSP
+#endif
+
 /* Define to 1 to enable fixed-point arithmetic extension to C. */
 #ifndef USED_FOR_TARGET
 #undef ENABLE_FIXED_POINT