diff options
author | midipix <writeonce@midipix.org> | 2015-10-31 15:24:44 -0400 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2015-10-31 15:24:44 -0400 |
commit | ed04a410c277827afa351f5e58e397f8ace211c8 (patch) | |
tree | 8f6b2a60a72b32574501d8d0f0d657bbfaf7f5ee /sysinfo/host | |
parent | 4977e2f190ba6bae5ad00ff0c24958e9094225b3 (diff) | |
download | ntapi-ed04a410c277827afa351f5e58e397f8ace211c8.tar.bz2 ntapi-ed04a410c277827afa351f5e58e397f8ace211c8.tar.xz |
build system: include host definitions prior to toolchain definitions
and fix CC accordingly.
Diffstat (limited to 'sysinfo/host')
-rw-r--r-- | sysinfo/host/native.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sysinfo/host/native.mk b/sysinfo/host/native.mk index 465a01b..08b02b6 100644 --- a/sysinfo/host/native.mk +++ b/sysinfo/host/native.mk @@ -1,6 +1,5 @@ include $(PROJECT_DIR)/sysinfo/os/$(NATIVE_OS).mk -CC = $(CROSS_COMPILE)$(NATIVE_CC) OS = $(NATIVE_OS) HOST_BITS = $(NATIVE_OS_BITS) HOST_UNDERSCORE = $(NATIVE_OS_UNDERSCORE) |