mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
Looks like my previous changes were already enough, so we can finally remove this hack :-)
See issue #2779 for more details. svn path=/trunk/; revision=30846
This commit is contained in:
@@ -9,10 +9,6 @@ TOOLS_CFLAGS = -Wall -Wpointer-arith -Wno-strict-aliasing -D__REACTOS__ $(HOST_C
|
||||
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)
|
||||
${mkdir} $@
|
||||
|
||||
Reference in New Issue
Block a user