Fix erroneous line breaks in LINK_SPEC.

This commit is contained in:
mycroft 1998-04-30 12:52:54 +00:00
parent f9955a6ead
commit a039a5720b
2 changed files with 2 additions and 2 deletions

View File

@ -107,7 +107,7 @@ Boston, MA 02111-1307, USA. */
%{!shared: \
-dc -dp \
%{!nostdlib:%{!r*:%{!e*:-e __start}}} \
%{!static:
%{!static: \
%{rdynamic:-export-dynamic} \
%{!dynamic-linker:-dynamic-linker /usr/libexec/ld.elf_so}} \
%{static:-static}}"

View File

@ -255,7 +255,7 @@ do { \
%{!shared: \
-dc -dp \
%{!nostdlib:%{!r*:%{!e*:-e __start}}} \
%{!static:
%{!static: \
%{rdynamic:-export-dynamic} \
%{!dynamic-linker:-dynamic-linker /usr/libexec/ld.elf_so}} \
%{static:-static}}"