Commit 7212eb44 by Charles Hannum

entered into RCS

From-SVN: r1365
parent 8c7303be
...@@ -38,7 +38,8 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ ...@@ -38,7 +38,8 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
/* That last item is just to prevent a spurious error. */ /* That last item is just to prevent a spurious error. */
#undef LINK_SPEC #undef LINK_SPEC
#define LINK_SPEC "%{!e*:-e _start} -dc -dp %{static:-Bstatic}" #define LINK_SPEC \
"%{!nostdlib:%{!r*:%{!e*:-e _start}}} -dc -dp %{static:-Bstatic}"
/* Extra switches to give the assembler. */ /* Extra switches to give the assembler. */
......
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