diff options
Diffstat (limited to 'ld/emultempl/ia64elf.em')
-rw-r--r-- | ld/emultempl/ia64elf.em | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ld/emultempl/ia64elf.em b/ld/emultempl/ia64elf.em index 828560e..d562417 100644 --- a/ld/emultempl/ia64elf.em +++ b/ld/emultempl/ia64elf.em @@ -25,7 +25,7 @@ # Define some shell vars to insert bits of code into the standard elf # parse_args and list_options functions. # -cat >>e${EMULATION_NAME}.c <<EOF +fragment <<EOF /* None zero if generating binary for Intel Itanium processor. */ static int itanium = 0; @@ -60,4 +60,4 @@ PARSE_AND_LIST_ARGS_CASES=' ' LDEMUL_AFTER_PARSE=gld${EMULATION_NAME}_after_parse -. ${srcdir}/emultempl/needrelax.em +source_em ${srcdir}/emultempl/needrelax.em |