aboutsummaryrefslogtreecommitdiff
path: root/gcc/gcc.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/gcc.c')
-rw-r--r--gcc/gcc.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/gcc/gcc.c b/gcc/gcc.c
index b54fc07..f6f0ec1 100644
--- a/gcc/gcc.c
+++ b/gcc/gcc.c
@@ -1633,12 +1633,14 @@ init_spec (void)
#else
"-lgcc_s%M"
#endif
+ ,
+ "-lgcc",
+ "-lgcc_eh"
#ifdef USE_LIBUNWIND_EXCEPTIONS
" -lunwind"
#endif
- ,
- "-lgcc",
- "-lgcc_eh");
+ );
+
p += 5;
in_sep = 0;
}