From 754bbf7a25a8dda49b5d08ef0d0443bbf5af0e36 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Sun, 7 Apr 2024 13:41:34 -0500 Subject: new repository --- devdocs/bash/specifying-the-system-type.html | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 devdocs/bash/specifying-the-system-type.html (limited to 'devdocs/bash/specifying-the-system-type.html') diff --git a/devdocs/bash/specifying-the-system-type.html b/devdocs/bash/specifying-the-system-type.html new file mode 100644 index 00000000..b2ebb0c3 --- /dev/null +++ b/devdocs/bash/specifying-the-system-type.html @@ -0,0 +1,6 @@ +

Specifying the System Type

There may be some features configure can not figure out automatically, but needs to determine by the type of host Bash will run on. Usually configure can figure that out, but if it prints a message saying it can not guess the host type, give it the --host=TYPE option. ‘TYPE’ can either be a short name for the system type, such as ‘sun4’, or a canonical name with three fields: ‘CPU-COMPANY-SYSTEM’ (e.g., ‘i386-unknown-freebsd4.2’).

See the file support/config.sub for the possible values of each field.

+

+ Copyright © 2000, 2001, 2002, 2007, 2008 Free Software Foundation, Inc.
Licensed under the GNU Free Documentation License.
+ https://www.gnu.org/software/bash/manual/html_node/Specifying-the-System-Type.html +

+
-- cgit v1.2.3