From 507f1b49dac2cfd0eeee44bb387cfb0e77e59a7e Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Tue, 19 Sep 1995 19:19:15 -0400 Subject: (LINK_SPEC): Add -noinhibit-exec. From-SVN: r10373 --- gcc/config/winnt/win-nt.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc') diff --git a/gcc/config/winnt/win-nt.h b/gcc/config/winnt/win-nt.h index a3f2821..1363554 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" -- cgit v1.1