/bfd:
[deliverable/binutils-gdb.git] / ld / emultempl / avrelf.em
index 84f163325ed360b653d7fcd29f309c7b34f02d5d..7f8c05eae764632e39a6e2d8f2eb8e5bfa13cc8d 100644 (file)
@@ -71,8 +71,10 @@ avr_elf_${EMULATION_NAME}_before_allocation (void)
 
   gld${EMULATION_NAME}_before_allocation ();
 
-  /* We only need stubs for the avr6 family.  */
-  if (strcmp ("${EMULATION_NAME}","avr6"))
+  /* We only need stubs for avr6, avrxmega6, and avrxmega7. */
+  if (strcmp ("${EMULATION_NAME}","avr6") 
+      && strcmp ("${EMULATION_NAME}","avrxmega6")
+      && strcmp ("${EMULATION_NAME}","avrxmega7") )
     avr_no_stubs = TRUE;
 
   avr_elf_set_global_bfd_parameters ();
This page took 0.02339 seconds and 4 git commands to generate.