projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f78195d
)
add OUTPUT_FORMAT and LIB_SEARCH_DIRS
author
Ian Lance Taylor
<ian@airs.com>
Wed, 25 Oct 1995 17:51:13 +0000
(17:51 +0000)
committer
Ian Lance Taylor
<ian@airs.com>
Wed, 25 Oct 1995 17:51:13 +0000
(17:51 +0000)
ld/scripttempl/aix.sc
patch
|
blob
|
history
diff --git
a/ld/scripttempl/aix.sc
b/ld/scripttempl/aix.sc
index e901f7cccd6871e2bc1a200c7509424001294392..74fdeeed46fe8750f0ba229098d519bad85a4ad9 100644
(file)
--- 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
{