Valid arguments for the -host parameter in configuration files

I am looking for a list of valid arguments that I can use when pointing a node to a configure script. For example, I could do something like this:

./configure --host=alpha-netbsd

And this will install the platform and system, but what other options are there? (I should also indicate that I am on OSX).

+5
source share
1 answer

Although a late and incomplete question, I hope it can still help someone.

This is not a finite list of all possible values ​​for the -host parameter (configuration names). The combinations are mostly endless, because autoconf implements a peculiar recognition (guessing) of the configuration name.

autoconf:

autoconf, autoconf:

+4

All Articles