diff options
author | midipix <writeonce@midipix.org> | 2018-12-26 08:48:48 -0500 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2018-12-31 21:36:45 -0500 |
commit | f7f887d5191514f5cd61db8f9e4cb9676c296abf (patch) | |
tree | e625a8482ac45336aae39c05ae51976f71674e1c /sysinfo/host/any-host.mk | |
parent | eb9c1bcf86daeb0dab4164ce59c68f2008f3d774 (diff) | |
download | slibtool-f7f887d5191514f5cd61db8f9e4cb9676c296abf.tar.bz2 slibtool-f7f887d5191514f5cd61db8f9e4cb9676c296abf.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) |