diff options
author | midipix <writeonce@midipix.org> | 2018-12-26 08:48:48 -0500 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2018-12-30 17:12:54 -0500 |
commit | af99a054456a1ce1ac85ab3d2ec9fb3527cab69d (patch) | |
tree | 03becfc9da7b122b77efef9dc786e613293a286e /sysinfo/host/any-host.mk | |
parent | 72ddeca0b4b3ccaf71167e5798d00b929c1ed19b (diff) | |
download | sofort-af99a054456a1ce1ac85ab3d2ec9fb3527cab69d.tar.bz2 sofort-af99a054456a1ce1ac85ab3d2ec9fb3527cab69d.tar.xz |
build system: major overhaul: removed sysinfo, integrated ccenv.
Diffstat (limited to 'sysinfo/host/any-host.mk')
-rw-r--r-- | sysinfo/host/any-host.mk | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/sysinfo/host/any-host.mk b/sysinfo/host/any-host.mk deleted file mode 100644 index acb606a..0000000 --- a/sysinfo/host/any-host.mk +++ /dev/null @@ -1,7 +0,0 @@ -include $(PROJECT_DIR)/sysinfo/os/any-os.mk - -ARCH = -HOST_BITS = -HOST_UNDERSCORE = - -CROSS_HOST = $(TARGET) |