changeset 24201:5b7bef9eebfa

Revert last commit, -mstackrealign was added in gcc 4.2 and should not be used unconditionally.
author diego
date Mon, 27 Aug 2007 09:12:35 +0000
parents a9f217f74e07
children bed2ed7f132c
files loader/Makefile
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/loader/Makefile	Mon Aug 27 09:07:13 2007 +0000
+++ b/loader/Makefile	Mon Aug 27 09:12:35 2007 +0000
@@ -11,8 +11,6 @@
 # QTX emulation is not supported in Darwin
 ifneq ($(TARGET_OS),Darwin)
 SRCS_COMMON += wrapper.S
-else
-win32.o: CFLAGS += -mstackrealign
 endif
 endif