diff options
Diffstat (limited to 'ld/emultempl/avrelf.em')
-rw-r--r-- | ld/emultempl/avrelf.em | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/emultempl/avrelf.em b/ld/emultempl/avrelf.em index bfb9d5c..e0d6357 100644 --- a/ld/emultempl/avrelf.em +++ b/ld/emultempl/avrelf.em @@ -72,7 +72,7 @@ avr_elf_${EMULATION_NAME}_before_allocation (void) gld${EMULATION_NAME}_before_allocation (); /* We only need stubs for avr6, avrxmega6, and avrxmega7. */ - if (strcmp ("${EMULATION_NAME}","avr6") + if (strcmp ("${EMULATION_NAME}","avr6") && strcmp ("${EMULATION_NAME}","avrxmega6") && strcmp ("${EMULATION_NAME}","avrxmega7") ) avr_no_stubs = TRUE; |