diff options
author | midipix <writeonce@midipix.org> | 2016-02-26 17:49:08 -0500 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2016-11-10 23:35:37 -0500 |
commit | c6e141543051c862c94501cb87113716a6097279 (patch) | |
tree | 6740cdb2a6294dbb6d7578dafb9e6b13a195433c /sysinfo/host | |
parent | e5d4bb6e04112cca5fe4fc79048ede646caced30 (diff) | |
download | perk-c6e141543051c862c94501cb87113716a6097279.tar.bz2 perk-c6e141543051c862c94501cb87113716a6097279.tar.xz |
build system: added fallback host recipe.
Diffstat (limited to 'sysinfo/host')
-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) |