mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 01:15:09 +00:00
parent
fbde3e7d44
commit
b60824e779
1 changed files with 4 additions and 0 deletions
|
@ -9,6 +9,10 @@ TOOLS_CFLAGS = $(HOST_CFLAGS) -Wall -Wpointer-arith -Wno-strict-aliasing
|
|||
TOOLS_CPPFLAGS = $(HOST_CPPFLAGS) -Wall -Wpointer-arith
|
||||
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} $@
|
||||
|
|
Loading…
Reference in a new issue