add OUTPUT_FORMAT and LIB_SEARCH_DIRS
authorIan Lance Taylor <ian@airs.com>
Wed, 25 Oct 1995 17:51:13 +0000 (17:51 +0000)
committerIan Lance Taylor <ian@airs.com>
Wed, 25 Oct 1995 17:51:13 +0000 (17:51 +0000)
ld/scripttempl/aix.sc

index e901f7c..74fdeee 100644 (file)
@@ -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
 {