OSDN Git Service

(LINK_SPEC): Add -noinhibit-exec.
authorkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 19 Sep 1995 23:19:15 +0000 (23:19 +0000)
committerkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 19 Sep 1995 23:19:15 +0000 (23:19 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@10373 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/config/winnt/win-nt.h

index a3f2821..1363554 100644 (file)
@@ -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"