diff options
Diffstat (limited to 'ld/emultempl/mmixelf.em')
-rw-r--r-- | ld/emultempl/mmixelf.em | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ld/emultempl/mmixelf.em b/ld/emultempl/mmixelf.em index 855f8fc..314f560 100644 --- a/ld/emultempl/mmixelf.em +++ b/ld/emultempl/mmixelf.em @@ -22,9 +22,9 @@ # This file is sourced from elf32.em and used to define MMIX and ELF # specific things. First include what we have in common with mmo. -. ${srcdir}/emultempl/mmix-elfnmmo.em +source_em ${srcdir}/emultempl/mmix-elfnmmo.em -cat >>e${EMULATION_NAME}.c <<EOF +fragment <<EOF static void elfmmix_before_parse (void) |