summaryrefslogtreecommitdiff
path: root/gcc/config/winnt
diff options
context:
space:
mode:
authorRichard Kenner <kenner@gcc.gnu.org>1995-09-19 19:19:15 -0400
committerRichard Kenner <kenner@gcc.gnu.org>1995-09-19 19:19:15 -0400
commit507f1b49dac2cfd0eeee44bb387cfb0e77e59a7e (patch)
treead787b78bb677418cf8d2497e134f86a1406d4f0 /gcc/config/winnt
parent3d4e9f8dba321e392fa702064ef1ba0722aae078 (diff)
downloadgcc-507f1b49dac2cfd0eeee44bb387cfb0e77e59a7e.tar.gz
(LINK_SPEC): Add -noinhibit-exec.
From-SVN: r10373
Diffstat (limited to 'gcc/config/winnt')
-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"