diff options
author | 2014-01-04 14:16:55 +0100 | |
---|---|---|
committer | 2014-01-04 14:16:55 +0100 | |
commit | b3e30af86b5440815c3b00974883f2fdd463466b (patch) | |
tree | a9ed9067daa360962c7078cc032195930aec0ae2 /gcc-4.8.0/piepatch/05_all_gcc48_gcc.c.patch | |
parent | Update the doc for gcc4.9 upstream (diff) | |
download | hardened-gccpatchset-b3e30af86b5440815c3b00974883f2fdd463466b.tar.gz hardened-gccpatchset-b3e30af86b5440815c3b00974883f2fdd463466b.tar.bz2 hardened-gccpatchset-b3e30af86b5440815c3b00974883f2fdd463466b.zip |
Diffstat (limited to 'gcc-4.8.0/piepatch/05_all_gcc48_gcc.c.patch')
-rw-r--r-- | gcc-4.8.0/piepatch/05_all_gcc48_gcc.c.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc-4.8.0/piepatch/05_all_gcc48_gcc.c.patch b/gcc-4.8.0/piepatch/05_all_gcc48_gcc.c.patch index b92607b..ddfcafd 100644 --- a/gcc-4.8.0/piepatch/05_all_gcc48_gcc.c.patch +++ b/gcc-4.8.0/piepatch/05_all_gcc48_gcc.c.patch @@ -1,4 +1,4 @@ -2013-03-24 Magnus Granberg <zorry@gentoo.org> +2014-01-01 Magnus Granberg <zorry@gentoo.org> * gcc/gcc.c include esp.h static const char *cc1_spec We set that in esp.h if ENABLE_ESP. @@ -18,7 +18,7 @@ static const char *asm_debug; static const char *cpp_spec = CPP_SPEC; +#ifndef ENABLE_ESP - static const char *cc1_spec = CC1_SPEC; + static const char *cc1_spec = CC1_SPEC CC1_SSP_DEFAULT_SPEC; +#endif static const char *cc1plus_spec = CC1PLUS_SPEC; static const char *link_gcc_c_sequence_spec = LINK_GCC_C_SEQUENCE_SPEC; |