diff options
Diffstat (limited to 'ld/emultempl/lnk960.em')
-rw-r--r-- | ld/emultempl/lnk960.em | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/emultempl/lnk960.em b/ld/emultempl/lnk960.em index aa5afcc11fe..e13233c716e 100644 --- a/ld/emultempl/lnk960.em +++ b/ld/emultempl/lnk960.em @@ -189,7 +189,7 @@ lnk960_set_output_arch (void) break; } } - bfd_set_arch_mach (output_bfd, ldfile_output_architecture, + bfd_set_arch_mach (link_info.output_bfd, ldfile_output_architecture, ldfile_output_machine); } |