From 633d4f0c22085b81127ea94b5fde94f607ee2c1d Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Thu, 19 Oct 2006 00:51:10 +0000 Subject: 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 --- Makefile.common | 4 ++-- 1 file 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 -- cgit v1.2.1