aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'espf-gcc-4.4.3/11_all_gcc44_config.in.patch')
-rw-r--r--espf-gcc-4.4.3/11_all_gcc44_config.in.patch50
1 files changed, 0 insertions, 50 deletions
diff --git a/espf-gcc-4.4.3/11_all_gcc44_config.in.patch b/espf-gcc-4.4.3/11_all_gcc44_config.in.patch
deleted file mode 100644
index f5205f2..0000000
--- a/espf-gcc-4.4.3/11_all_gcc44_config.in.patch
+++ /dev/null
@@ -1,50 +0,0 @@
-2010-04-10 Magnus Granberg <zorry@gentoo.org>
-
- * gcc/config.in Add ENABLE_CRTBEGINTS, ENABLE_ESPF and
- TARGET_LIBC_PROVIDES_FORTIFY2.
-
- On Gentoo
- * gcc/config.in We don't need to add TARGET_LIBC_PROVIDES_FORTIFY2.
- Add HAVE_GCC_SSP
-
---- gcc/config.in 2009-04-21 11:08:08.000000000 +0200
-+++ gcc/config.in 2009-05-12 00:10:08.000000000 +0200
-@@ -46,6 +46,12 @@
- #endif
-
-
-+/* Define to 1 to enable crtbeginTS.o. */
-+#ifndef USED_FOR_TARGET
-+#undef ENABLE_CRTBEGINTS
-+#endif
-+
-+
- /* Define to 1 to specify that we are using the BID decimal floating point
- format instead of DPD */
- #ifndef USED_FOR_TARGET
-@@ -65,6 +65,12 @@
- #endif
-
-
-+/* Define to 1 to enable espf. */
-+#ifndef USED_FOR_TARGET
-+#undef ENABLE_ESPF
-+#endif
-+
-+
- /* Define to 1 to enable fixed-point arithmetic extension to C. */
- #ifndef USED_FOR_TARGET
- #undef ENABLE_FIXED_POINT
-@@ -912,6 +924,12 @@
- #endif
-
-
-+/* Define to 1 if your compiler supports -fstack-protector */
-+#ifndef USED_FOR_TARGET
-+#undef HAVE_GCC_SSP
-+#endif
-+
-+
- /* Define to 1 if you have the `getchar_unlocked' function. */
- #ifndef USED_FOR_TARGET
- #undef HAVE_GETCHAR_UNLOCKED