summaryrefslogtreecommitdiff
path: root/cross_tail_build/README
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2012-05-01 12:12:17 +0200
committerDavid Tardon <dtardon@redhat.com>2012-05-01 12:30:56 +0200
commit27fc8b56c4d7e737becc5144384848ab2a86a693 (patch)
tree061798a8c0af3740a95f3db23fa62b90fa4eee22 /cross_tail_build/README
parenta0fd9de70634ee42727690824bc1bef7ee7c7eab (diff)
utilize the tail_build concept for cross-compilation
There is a new module cross_tail_build that serves the same purpose for the build side of cross-compilation (started from cross_toolset) as tail_build for the host side. Change-Id: Ic16bae9a7197a1f31cc2dcf31b16bbac68c3300f
Diffstat (limited to 'cross_tail_build/README')
-rw-r--r--cross_tail_build/README4
1 files changed, 4 insertions, 0 deletions
diff --git a/cross_tail_build/README b/cross_tail_build/README
new file mode 100644
index 000000000000..fe1adddc54c4
--- /dev/null
+++ b/cross_tail_build/README
@@ -0,0 +1,4 @@
+This is "tail build" for the build side of cross-compilation
+
+See [git:tail_build/README] for details what it is good for and how to
+add a module to it.