Fix up opps.
[reactos.git] / reactos / rules.mak
index 1dcce0c..1b4098e 100644 (file)
@@ -1,7 +1,3 @@
-export VERBOSE = yes
-export BUILD_MAP = yes
-export BUILD_SYM = no
-
 # Default to half-verbose mode
 ifeq ($(VERBOSE),no)
   Q = @
@@ -39,9 +35,13 @@ export MAKE := @$(MAKE)
 ifeq ($(VERBOSE),no)
 endif
 
-# Windows is default host environment
+# detect Windows host environment
 ifeq ($(HOST),)
-export HOST = mingw32-windows
+ifeq ($(word 1,$(shell gcc -dumpmachine)),mingw32)
+HOST=mingw32-windows
+else
+export HOST=mingw32-linux
+endif
 endif
 
 # Default to building map files which includes source and asm code