]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blob - gcc/patches/05_all_gcc48_gcc.c.patch0
gcc: Update to version 4.9.1
[people/amarx/ipfire-3.x.git] / gcc / patches / 05_all_gcc48_gcc.c.patch0
1 2014-01-01 Magnus Granberg <zorry@gentoo.org>
2
3 * gcc/gcc.c include esp.h
4 static const char *cc1_spec We set that in esp.h if ENABLE_ESP.
5
6 --- gcc/gcc.c 2010-01-21 10:29:30.000000000 -0500
7 +++ gcc/gcc.c 2010-01-29 23:29:16.000000000 -0500
8 @@ -44,6 +44,7 @@
9 #include "opts.h"
10 #include "params.h"
11 #include "vec.h"
12 +#include "config/esp.h" /* for --enable-esp support */
13 #include "filenames.h"
14
15 /* By default there is no special suffix for target executables. */
16 @@ -822,7 +823,9 @@
17
18 static const char *asm_debug;
19 static const char *cpp_spec = CPP_SPEC;
20 +#ifndef ENABLE_ESP
21 static const char *cc1_spec = CC1_SPEC CC1_SSP_DEFAULT_SPEC;
22 +#endif
23 static const char *cc1plus_spec = CC1PLUS_SPEC;
24 static const char *link_gcc_c_sequence_spec = LINK_GCC_C_SEQUENCE_SPEC;
25 static const char *link_ssp_spec = LINK_SSP_SPEC;