blob: b7cdfd41569573d8aa78adb021aa2017b4e05d0a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
2013-02-13 Magnus Granberg <zorry@gentoo.org>
* gcc/config/i386/gnu-user. Add ESP_DRIVER_SELF_SPEC
to DRIVER_SELF_SPECS if ENABLE_ESP defined.
--- a/gcc/config/i386/gnu-user-common.h 2013-01-10 21:38:27.000000000 +0100
+++ b/gcc/config/i386/gnu-user-common.h 2013-02-14 00:51:44.689637605 +0100
@@ -70,3 +70,7 @@ along with GCC; see the file COPYING3.
/* Static stack checking is supported by means of probes. */
#define STACK_CHECK_STATIC_BUILTIN 1
+
+#ifdef ENABLE_ESP
+#define DRIVER_SELF_SPECS ESP_DRIVER_SELF_SPEC
+#endif
|