diff options
Diffstat (limited to 'contrib/gcc/config/linux.h')
-rw-r--r-- | contrib/gcc/config/linux.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/contrib/gcc/config/linux.h b/contrib/gcc/config/linux.h index 2ddb9c765a18..297fa92f7460 100644 --- a/contrib/gcc/config/linux.h +++ b/contrib/gcc/config/linux.h @@ -108,6 +108,9 @@ Boston, MA 02111-1307, USA. */ #define LINK_EH_SPEC "%{!static:--eh-frame-hdr} " #endif +#define LINK_GCC_C_SEQUENCE_SPEC \ + "%{static:--start-group} %G %L %{static:--end-group}%{!static:%G}" + /* Define this so we can compile MS code for use with WINE. */ #define HANDLE_PRAGMA_PACK_PUSH_POP |