diff options
Diffstat (limited to 'ld')
-rw-r--r-- | ld/scripttempl/aix.sc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ld/scripttempl/aix.sc b/ld/scripttempl/aix.sc index e901f7c..74fdeeed 100644 --- a/ld/scripttempl/aix.sc +++ b/ld/scripttempl/aix.sc @@ -3,7 +3,9 @@ # unimportant. The native linker aligns the sections on boundaries # specified by the -H option. cat <<EOF +OUTPUT_FORMAT("${OUTPUT_FORMAT}") OUTPUT_ARCH(${ARCH}) +${RELOCATING+${LIB_SEARCH_DIRS}} ENTRY(__start) SECTIONS { |