(TARGET_MEM_FUNCTIONS): Define.
authorRichard Kenner <kenner@gcc.gnu.org>
Thu, 13 Apr 1995 12:48:34 +0000 (08:48 -0400)
committerRichard Kenner <kenner@gcc.gnu.org>
Thu, 13 Apr 1995 12:48:34 +0000 (08:48 -0400)
(LINK_SPEC): Delete "align:0x1000".

From-SVN: r9373

gcc/config/winnt/win-nt.h

index 2a10390b4f92e61ef93eee388fbe59c43d720466..06674f37d14fc1c3b260f0c4ad121acdf8b4d7ed 100644 (file)
@@ -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"