diff options
Diffstat (limited to 'ld/emultempl/aix.em')
-rw-r--r-- | ld/emultempl/aix.em | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ld/emultempl/aix.em b/ld/emultempl/aix.em index df983b1..9aa0d50 100644 --- a/ld/emultempl/aix.em +++ b/ld/emultempl/aix.em @@ -5,7 +5,7 @@ if [ -z "$MACHINE" ]; then else OUTPUT_ARCH=${ARCH}:${MACHINE} fi -cat >e${EMULATION_NAME}.c <<EOF +fragment <<EOF /* This file is is generated by a shell script. DO NOT EDIT! */ /* AIX emulation code for ${EMULATION_NAME} @@ -1271,7 +1271,7 @@ then # sed commands to quote an ld script as a C string. sc="-f ${srcdir}/emultempl/ostring.sed" -cat >>e${EMULATION_NAME}.c <<EOF +fragment <<EOF { *isfile = 0; @@ -1292,7 +1292,7 @@ echo '; }' >> e${EMULATION_NAME}.c else # Scripts read from the filesystem. -cat >>e${EMULATION_NAME}.c <<EOF +fragment <<EOF { *isfile = 1; @@ -1311,7 +1311,7 @@ EOF fi -cat >>e${EMULATION_NAME}.c <<EOF +fragment <<EOF static void gld${EMULATION_NAME}_create_output_section_statements (void) |