diff options
Diffstat (limited to 'ld/emultempl/cr16elf.em')
-rw-r--r-- | ld/emultempl/cr16elf.em | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ld/emultempl/cr16elf.em b/ld/emultempl/cr16elf.em index 699903b..fd1a2ed 100644 --- a/ld/emultempl/cr16elf.em +++ b/ld/emultempl/cr16elf.em @@ -23,7 +23,7 @@ # This file is sourced from elf32.em, and defines extra cr16-elf # specific routines. # -cat >>e${EMULATION_NAME}.c <<EOF +fragment <<EOF #include "ldctor.h" @@ -90,4 +90,3 @@ PARSE_AND_LIST_ARGS_CASES=' # LDEMUL_AFTER_PARSE=cr16elf_after_parse LDEMUL_BEFORE_ALLOCATION=cr16elf_before_allocation - |