Commit 5a415119 by Doug Evans

sol2.h (LINK_SPEC): Don't pass `-z text' if -shared -mimpure-text.

	* sparc/sol2.h (LINK_SPEC): Don't pass `-z text' if
	-shared -mimpure-text.

From-SVN: r12408
parent f3f69b68
......@@ -132,7 +132,7 @@ Boston, MA 02111-1307, USA. */
"%{h*} %{V} %{v:%{!V:-V}} \
%{b} %{Wl,*:%*} \
%{static:-dn -Bstatic} \
%{shared:-G -dy -z text %{!h*:%{o*:-h %*}}} \
%{shared:-G -dy %{!mimpure-text:-z text} %{!h*:%{o*:-h %*}}} \
%{symbolic:-Bsymbolic -G -dy -z text %{!h*:%{o*:-h %*}}} \
%{G:-G} \
%{YP,*} \
......
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