From 3527f97444a9e5953f7c82e9bb1c62e6e74c5fee Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Thu, 13 Apr 1995 08:48:34 -0400 Subject: [PATCH] (TARGET_MEM_FUNCTIONS): Define. (LINK_SPEC): Delete "align:0x1000". From-SVN: r9373 --- gcc/config/winnt/win-nt.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gcc/config/winnt/win-nt.h b/gcc/config/winnt/win-nt.h index 2a10390b4f9..06674f37d14 100644 --- a/gcc/config/winnt/win-nt.h +++ b/gcc/config/winnt/win-nt.h @@ -19,11 +19,13 @@ You should have received a copy of the GNU General Public License along with GNU CC; see the file COPYING. If not, write to the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +#define TARGET_MEM_FUNCTIONS + #undef STARTFILE_SPEC #define STARTFILE_SPEC "" #undef LINK_SPEC -#define LINK_SPEC "-align:0x1000 -stack:1000000,1000000" +#define LINK_SPEC "-stack:1000000,1000000" #undef CPP_SPEC #define CPP_SPEC "-lang-c-c++-comments" -- 2.30.2