[ros-diffs] [hpoussin] 29372: Try to fix Linux build
hpoussin at svn.reactos.org
hpoussin at svn.reactos.org
Wed Oct 3 13:24:56 CEST 2007
Author: hpoussin
Date: Wed Oct 3 15:24:56 2007
New Revision: 29372
URL: http://svn.reactos.org/svn/reactos?rev=29372&view=rev
Log:
Try to fix Linux build
Modified:
trunk/reactos/Makefile
Modified: trunk/reactos/Makefile
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/Makefile?rev=29372&r1=29371&r2=29372&view=diff
==============================================================================
--- trunk/reactos/Makefile (original)
+++ trunk/reactos/Makefile Wed Oct 3 15:24:56 2007
@@ -277,7 +277,11 @@
ifneq ($(ROS_PREFIX),)
PREFIX_ := $(ROS_PREFIX)-
else
- PREFIX_ :=
+ ifeq ($(HOST),mingw32-linux)
+ PREFIX_ := mingw32-
+ else
+ PREFIX_ :=
+ endif
endif
ifeq ($(TARGET_CC),)
TARGET_CC = $(PREFIX_)gcc
More information about the Ros-diffs
mailing list