Add configure option --host-only
When specified, the build will be configured for building build host tools only.
This commit is contained in:
Executable
+6
@@ -0,0 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
echo "Error: The build has been configured for building the build host tools" \
|
||||
"only." >&2
|
||||
exit 1
|
||||
|
||||
Reference in New Issue
Block a user