aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'upstream/config.in.patch')
-rw-r--r--upstream/config.in.patch32
1 files changed, 0 insertions, 32 deletions
diff --git a/upstream/config.in.patch b/upstream/config.in.patch
deleted file mode 100644
index 7c1f849..0000000
--- a/upstream/config.in.patch
+++ /dev/null
@@ -1,32 +0,0 @@
---- 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