summaryrefslogtreecommitdiff
path: root/ld/scripttempl/armcoff.sc
diff options
context:
space:
mode:
Diffstat (limited to 'ld/scripttempl/armcoff.sc')
-rw-r--r--ld/scripttempl/armcoff.sc2
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/scripttempl/armcoff.sc b/ld/scripttempl/armcoff.sc
index 8e07169d560..9f9cd7c1d03 100644
--- a/ld/scripttempl/armcoff.sc
+++ b/ld/scripttempl/armcoff.sc
@@ -7,7 +7,7 @@ if test -z "${DATA_ADDR}"; then
fi
fi
cat <<EOF
-OUTPUT_FORMAT("${OUTPUT_FORMAT}")
+OUTPUT_FORMAT("${OUTPUT_FORMAT}", "${BIG_OUTPUT_FORMAT}", "${LITTLE_OUTPUT_FORMAT}")
${LIB_SEARCH_DIRS}
ENTRY(${ENTRY})