summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gcc/config/winnt/win-nt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/winnt/win-nt.h b/gcc/config/winnt/win-nt.h
index a3f2821253c..136355492b6 100644
--- a/gcc/config/winnt/win-nt.h
+++ b/gcc/config/winnt/win-nt.h
@@ -26,7 +26,7 @@ Boston, MA 02111-1307, USA. */
#define STARTFILE_SPEC ""
#undef LINK_SPEC
-#define LINK_SPEC "-stack:1000000,1000000"
+#define LINK_SPEC "-stack 1000000,1000000 -noinhibit-exec"
#undef CPP_SPEC
#define CPP_SPEC "-lang-c-c++-comments"