(LINK_SPEC): Pass -g to ld.exe.

Increase default stack size.

From-SVN: r10604
This commit is contained in:
Richard Kenner 1995-11-26 14:40:57 -05:00
parent 4ac3710629
commit 67933bafd7
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ Boston, MA 02111-1307, USA. */
#define STARTFILE_SPEC ""
#undef LINK_SPEC
#define LINK_SPEC "-stack 1000000,1000000 -noinhibit-exec"
#define LINK_SPEC "-stack 5000000,5000000 -noinhibit-exec %{g}"
#undef CPP_SPEC
#define CPP_SPEC "-lang-c-c++-comments"