Add configure option --host-only

When specified, the build will be configured for building build host
tools only.
This commit is contained in:
Ingo Weinhold
2013-07-03 23:19:00 +02:00
parent 87e22aa865
commit 2ebcd86dfe
3 changed files with 64 additions and 36 deletions
+6
View File
@@ -0,0 +1,6 @@
#!/bin/sh
echo "Error: The build has been configured for building the build host tools" \
"only." >&2
exit 1