summaryrefslogtreecommitdiff
path: root/ld/emultempl/ia64elf.em
diff options
context:
space:
mode:
Diffstat (limited to 'ld/emultempl/ia64elf.em')
-rw-r--r--ld/emultempl/ia64elf.em4
1 files changed, 2 insertions, 2 deletions
diff --git a/ld/emultempl/ia64elf.em b/ld/emultempl/ia64elf.em
index 828560efc4..d562417607 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