add OUTPUT_FORMAT and LIB_SEARCH_DIRS

This commit is contained in:
Ian Lance Taylor 1995-10-25 17:51:13 +00:00
parent f78195df56
commit 585c92fe44

View 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
{