aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/avr/avrlibc.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/config/avr/avrlibc.h')
-rw-r--r--gcc/config/avr/avrlibc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/avr/avrlibc.h b/gcc/config/avr/avrlibc.h
index 95a1d7c..f4a41a1 100644
--- a/gcc/config/avr/avrlibc.h
+++ b/gcc/config/avr/avrlibc.h
@@ -37,4 +37,4 @@ along with GCC; see the file COPYING3. If not see
#undef LINK_GCC_C_SEQUENCE_SPEC
#define LINK_GCC_C_SEQUENCE_SPEC \
- "--start-group %G %L --end-group"
+ "--start-group %G %{!nolibc:%L} --end-group"