Commit d6a2af95 by Michael Meissner

Fix typo.

From-SVN: r12174
parent 3ddf29de
...@@ -938,7 +938,7 @@ do { \ ...@@ -938,7 +938,7 @@ do { \
#undef LINK_PATH_SPEC #undef LINK_PATH_SPEC
#ifndef CROSS_COMPILE #ifndef CROSS_COMPILE
#define LINK_PATH_SPEC "\ #define LINK_PATH_SPEC "\
%{!R*:%{L*:-R %*}}} \ %{!R*:%{L*:-R %*}} \
%{!nostdlib: %{!YP,*: \ %{!nostdlib: %{!YP,*: \
%{compat-bsd: \ %{compat-bsd: \
%{p:-Y P,/usr/ucblib:/usr/ccs/lib/libp:/usr/lib/libp:/usr/ccs/lib:/usr/lib} \ %{p:-Y P,/usr/ucblib:/usr/ccs/lib/libp:/usr/lib/libp:/usr/ccs/lib:/usr/lib} \
...@@ -994,7 +994,7 @@ do { \ ...@@ -994,7 +994,7 @@ do { \
#else #else
/* Shared libraries are not default. */ /* Shared libraries are not default. */
#define LINK_SHLIB_SPEC "\ #define LINK_SHLIB_SPEC "\
%{mshlib: %(link_path)} \ %{mshlib: %(link_path) } \
%{!mshlib: %{!shared: %{!symbolic: -dn -Bstatic}}} \ %{!mshlib: %{!shared: %{!symbolic: -dn -Bstatic}}} \
%{static: } \ %{static: } \
%{shared:-G -dy -z text %{!h*:%{o*:-h %*}} %(link_path) } \ %{shared:-G -dy -z text %{!h*:%{o*:-h %*}} %(link_path) } \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment