diff options
author | midipix <writeonce@midipix.org> | 2016-03-04 13:32:05 -0500 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2016-03-08 14:21:05 -0500 |
commit | 9ca8c4c3c1b2cb1b22a3ff04c1c37b0863dd87f6 (patch) | |
tree | d1659a6814efef596730d6da5247b3fdd58d179b /sysinfo/host/any-host.mk | |
parent | 0ff546cab29192407bf991bf915dce52c049c387 (diff) | |
download | slibtool-9ca8c4c3c1b2cb1b22a3ff04c1c37b0863dd87f6.tar.bz2 slibtool-9ca8c4c3c1b2cb1b22a3ff04c1c37b0863dd87f6.tar.xz |
created skeleton.
Diffstat (limited to 'sysinfo/host/any-host.mk')
-rw-r--r-- | sysinfo/host/any-host.mk | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sysinfo/host/any-host.mk b/sysinfo/host/any-host.mk new file mode 100644 index 0000000..acb606a --- /dev/null +++ b/sysinfo/host/any-host.mk @@ -0,0 +1,7 @@ +include $(PROJECT_DIR)/sysinfo/os/any-os.mk + +ARCH = +HOST_BITS = +HOST_UNDERSCORE = + +CROSS_HOST = $(TARGET) |