diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1995-04-13 08:48:34 -0400 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1995-04-13 08:48:34 -0400 |
commit | 3527f97444a9e5953f7c82e9bb1c62e6e74c5fee (patch) | |
tree | b633204171acdce71a2eaf192abb4bdad651d50f | |
parent | 9e010e00dd2a12d6e5f1d3055489b76c4092e846 (diff) | |
download | gcc-3527f97444a9e5953f7c82e9bb1c62e6e74c5fee.zip gcc-3527f97444a9e5953f7c82e9bb1c62e6e74c5fee.tar.gz gcc-3527f97444a9e5953f7c82e9bb1c62e6e74c5fee.tar.bz2 |
(TARGET_MEM_FUNCTIONS): Define.
(LINK_SPEC): Delete "align:0x1000".
From-SVN: r9373
-rw-r--r-- | gcc/config/winnt/win-nt.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gcc/config/winnt/win-nt.h b/gcc/config/winnt/win-nt.h index 2a10390..06674f3 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" |