aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--build-aux/speedo.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/build-aux/speedo.mk b/build-aux/speedo.mk
index 69af39ce4..f81a835ee 100644
--- a/build-aux/speedo.mk
+++ b/build-aux/speedo.mk
@@ -376,8 +376,9 @@ speedo_pkg_glib_configure = \
CCC=$(host)-g++ \
LIBFFI_CFLAGS=-I$(idir)/lib/libffi-$(libffi_ver)/include \
LIBFFI_LIBS=\"-L$(idir)/lib -lffi\"
+ifeq ($(TARGETOS),w32)
speedo_pkg_glib_extracflags = -march=i486
-
+endif
speedo_pkg_libpng_configure = \
CPPFLAGS=\"-I$(idir)/include -DPNG_BUILD_DLL\" \