aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--externals/deprecated/Makefile2
-rw-r--r--externals/vanilla/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/externals/deprecated/Makefile b/externals/deprecated/Makefile
index 3331cc94..5d351d5c 100644
--- a/externals/deprecated/Makefile
+++ b/externals/deprecated/Makefile
@@ -119,7 +119,7 @@ ifeq (MINGW,$(findstring MINGW,$(UNAME)))
SOURCES += $(SOURCES_windows)
EXTENSION = dll
OS = windows
- OPT_CFLAGS = -O3 -funroll-loops -fomit-frame-pointer -march=i686 -mtune=pentium4
+ OPT_CFLAGS = -O3 -funroll-loops -fomit-frame-pointer
WINDOWS_HACKS = -D'O_NONBLOCK=1'
CFLAGS += -mms-bitfields $(WINDOWS_HACKS)
LDFLAGS += -s -shared -Wl,--enable-auto-import
diff --git a/externals/vanilla/Makefile b/externals/vanilla/Makefile
index e324e4f8..9d9ddf7e 100644
--- a/externals/vanilla/Makefile
+++ b/externals/vanilla/Makefile
@@ -136,7 +136,7 @@ ifeq (MINGW,$(findstring MINGW,$(UNAME)))
SOURCES += $(SOURCES_windows)
EXTENSION = dll
OS = windows
- OPT_CFLAGS = -O3 -funroll-loops -fomit-frame-pointer -march=i686 -mtune=pentium4
+ OPT_CFLAGS = -O3 -funroll-loops -fomit-frame-pointer
WINDOWS_HACKS = -D'O_NONBLOCK=1'
CFLAGS += -mms-bitfields $(WINDOWS_HACKS)
LDFLAGS += -s -shared -Wl,--enable-auto-import