summaryrefslogtreecommitdiff
path: root/build/host.mk
diff options
context:
space:
mode:
authorNicolas Schodet2012-12-08 09:21:37 +0100
committerNicolas Schodet2019-10-06 23:29:59 +0200
commitc16defa7e73d1746bbbdd2572fcc608a628a447b (patch)
treea6203de971a8bf6d477436243985fef7dd930243 /build/host.mk
parent724944e4728441dbd9167a6e87f1f6e2e998e631 (diff)
build: unify TARGET_* defines
Diffstat (limited to 'build/host.mk')
-rw-r--r--build/host.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/build/host.mk b/build/host.mk
index b061efd..a07d525 100644
--- a/build/host.mk
+++ b/build/host.mk
@@ -2,8 +2,7 @@
#
# Rules for Host.
-host_CPPFLAGS := $(CPPFLAGS) $(host_DEFS) \
- -DTARGET_HOST=1
+host_CPPFLAGS := $(CPPFLAGS) $(host_DEFS)
host_CFLAGS := $(CFLAGS)
host_CXXFLAGS := $(sort $(host_CFLAGS) $(CXXFLAGS))
host_ASFLAGS := $(ASFLAGS)