7b3702e2dd
Successfully tested both the gcc4 compiler on x86_64 with a simple program (fbdebug) and the gcc4-armhf cross-compiler to build a very old u-boot port for Galaxy Nexus (a MR will follow soon) which failed to boot with either newer version (6 and 8). [skip ci]: already went through
32 lines
718 B
Diff
32 lines
718 B
Diff
2013-02-13 Magnus Granberg <zorry@gentoo.org>
|
|
|
|
* gcc/config.in Add ENABLE_CRTBEGINP, ENABLE_ESP
|
|
|
|
--- ./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 crtbeginP.o. */
|
|
+#ifndef USED_FOR_TARGET
|
|
+#undef ENABLE_CRTBEGINP
|
|
+#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 esp. */
|
|
+#ifndef USED_FOR_TARGET
|
|
+#undef ENABLE_ESP
|
|
+#endif
|
|
+
|
|
+
|
|
/* Define to 1 to enable fixed-point arithmetic extension to C. */
|
|
#ifndef USED_FOR_TARGET
|
|
#undef ENABLE_FIXED_POINT
|