summaryrefslogtreecommitdiff
path: root/solenv/gbuild
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2011-11-11 12:48:06 -0600
committerNorbert Thiebaud <nthiebaud@gmail.com>2011-11-11 12:48:06 -0600
commit15be41ce3cfc46caedba5c9bedf84067dedfc57c (patch)
tree45ece611cdf64ff78044ee1aa87f593f057a7bd8 /solenv/gbuild
parentee08eee8c09b6c7fb30b482b8e1168177995ffe3 (diff)
gb_COMPILERDEFAULTOPTFLAGS need to be set before the include of GGG_defs
Diffstat (limited to 'solenv/gbuild')
-rw-r--r--solenv/gbuild/platform/WNT_INTEL_GCC.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/solenv/gbuild/platform/WNT_INTEL_GCC.mk b/solenv/gbuild/platform/WNT_INTEL_GCC.mk
index 9edf4580a042..d06203738add 100644
--- a/solenv/gbuild/platform/WNT_INTEL_GCC.mk
+++ b/solenv/gbuild/platform/WNT_INTEL_GCC.mk
@@ -27,12 +27,12 @@
#*************************************************************************
# please make generic modifications to either of these
-include $(GBUILDDIR)/platform/com_GCC_defs.mk
-include $(GBUILDDIR)/platform/windows.mk
-
gb_COMPILERDEFAULTOPTFLAGS := -Os
gb_CPUDEFS := -D_M_IX86
+include $(GBUILDDIR)/platform/com_GCC_defs.mk
+include $(GBUILDDIR)/platform/windows.mk
+
gb_TMPDIR:=$(if $(TMPDIR),$(TMPDIR),/tmp)
gb_RC := $(WINDRES)