s/shl/shlunx/

This commit is contained in:
msaitoh 2001-05-21 18:21:37 +00:00
parent 128d6fc64b
commit 97fac3124c
2 changed files with 2 additions and 2 deletions

View File

@ -53,7 +53,7 @@
#undef LINK_SPEC
#define LINK_SPEC \
"%{ml:-m shl} %{mrelax:-relax} %{!nostdlib:%{!r*:%{!e*:-e start}}} -dc -dp %{R*} %{static:-Bstatic} %{assert*}"
"%{ml:-m shlunx} %{mrelax:-relax} %{!nostdlib:%{!r*:%{!e*:-e start}}} -dc -dp %{R*} %{static:-Bstatic} %{assert*}"
/* We have atexit(3). */

View File

@ -53,7 +53,7 @@
#undef LINK_SPEC
#define LINK_SPEC \
"%{!mb:-m shl} %{mrelax:-relax} %{!nostdlib:%{!r*:%{!e*:-e start}}} -dc -dp %{R*} %{static:-Bstatic} %{assert*}"
"%{!mb:-m shlunx} %{mrelax:-relax} %{!nostdlib:%{!r*:%{!e*:-e start}}} -dc -dp %{R*} %{static:-Bstatic} %{assert*}"
/* set default to little endian */