[ros-diffs] [cfinck] 30846: Looks like my previous changes were already enough, so we can finally remove this hack :-) See issue #2779 for more details.
cfinck at svn.reactos.org
cfinck at svn.reactos.org
Thu Nov 29 00:02:13 CET 2007
Author: cfinck
Date: Thu Nov 29 02:02:12 2007
New Revision: 30846
URL: http://svn.reactos.org/svn/reactos?rev=30846&view=rev
Log:
Looks like my previous changes were already enough, so we can finally remove this hack :-)
See issue #2779 for more details.
Modified:
trunk/reactos/tools/tools.mak
Modified: trunk/reactos/tools/tools.mak
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/tools.mak?rev=30846&r1=30845&r2=30846&view=diff
==============================================================================
--- trunk/reactos/tools/tools.mak (original)
+++ trunk/reactos/tools/tools.mak Thu Nov 29 02:02:12 2007
@@ -8,10 +8,6 @@
TOOLS_CFLAGS = -Wall -Wpointer-arith -Wno-strict-aliasing -D__REACTOS__ $(HOST_CFLAGS)
TOOLS_CPPFLAGS = -Wall -Wpointer-arith -D__REACTOS__ $(HOST_CPPFLAGS)
TOOLS_LFLAGS = $(HOST_LFLAGS)
-
-# HACK: Remove those lines once host tools don't use target headers anymore
-TOOLS_CFLAGS += -D__i386__
-TOOLS_CPPFLAGS += -D__i386__
$(TOOLS_INT): | $(INTERMEDIATE)
$(ECHO_MKDIR)
More information about the Ros-diffs
mailing list