aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-10-19 00:51:10 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-10-19 00:51:10 +0000
commit633d4f0c22085b81127ea94b5fde94f607ee2c1d (patch)
tree6f150a563da2220d5e68a0219a4bdd21e5974f38
parentf46dff87a385220a731918ac82c47166a95e4d92 (diff)
removed -mms-bitfields on Krzysztof's request to test whether it might be causing cyclone problems. it seems to work ok without that build flag
svn path=/trunk/externals/miXed/; revision=6137
-rw-r--r--Makefile.common4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.common b/Makefile.common
index 7b35d7a..0c272ef 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -50,8 +50,8 @@ ifeq ($(OS_NAME),MinGW)
CC = gcc
X_SUFFIX = dll
DEFINES = -DNT -DMSW
-# assuming pd itself was either vc-compiled or declared -mms-bitfields too...
-OPT_CFLAGS = -funroll-loops -mms-bitfields
+# assuming pd itself was mingw-compiled, and -mms-bitfields was not set
+OPT_CFLAGS = -funroll-loops
LFLAGS = -shared $(PD_DIR)/../bin/pd.dll -Wl,--enable-runtime-pseudo-reloc
endif