|
Lines 857-862
proper position among the other output f
Link Here
|
| 857 |
#define LINK_GCC_C_SEQUENCE_SPEC "%G %L %G" |
857 |
#define LINK_GCC_C_SEQUENCE_SPEC "%G %L %G" |
| 858 |
#endif |
858 |
#endif |
| 859 |
|
859 |
|
|
|
860 |
#ifdef ENABLE_DEFAULT_SSP |
| 861 |
#define NO_SSP_SPEC "%{nostdlib|nodefaultlibs|ffreestanding:-fno-stack-protector} " |
| 862 |
#else |
| 863 |
#define NO_SSP_SPEC "" |
| 864 |
#endif |
| 865 |
|
| 860 |
#ifndef LINK_SSP_SPEC |
866 |
#ifndef LINK_SSP_SPEC |
| 861 |
#ifdef TARGET_LIBC_PROVIDES_SSP |
867 |
#ifdef TARGET_LIBC_PROVIDES_SSP |
| 862 |
#define LINK_SSP_SPEC "%{fstack-protector|fstack-protector-all" \ |
868 |
#define LINK_SSP_SPEC "%{fstack-protector|fstack-protector-all" \ |
|
Lines 1131-1137
static const char *cc1_options =
Link Here
|
| 1131 |
%{-version:--version}\ |
1148 |
%{-version:--version}\ |
| 1132 |
%{-help=*:--help=%*}\ |
1149 |
%{-help=*:--help=%*}\ |
| 1133 |
%{!fsyntax-only:%{S:%W{o*}%{!o*:-o %b.s}}}\ |
1150 |
%{!fsyntax-only:%{S:%W{o*}%{!o*:-o %b.s}}}\ |
| 1134 |
%{fsyntax-only:-o %j} %{-param*}\ |
1151 |
%{fsyntax-only:-o %j} %{-param*} " NO_SSP_SPEC "\ |
| 1135 |
%{coverage:-fprofile-arcs -ftest-coverage}"; |
1152 |
%{coverage:-fprofile-arcs -ftest-coverage}"; |
| 1136 |
|
1153 |
|
| 1137 |
static const char *asm_options = |
1154 |
static const char *asm_options = |