Jonas Wagner <[email protected]> writes: > The binutils configure script fails to check for unrecognized options: > ./configure --enable-nonexisting-feature runs just fine.
This is deliberate, since the option may be accepted by a subdir configure script. > This is especially confusing as there are some configure options which are > not documented, e.g., --enable-plugins or --enable-threads. They are documented by the subdir configure scripts that recognize them. Use --help=recursive to see them all. Andreas. -- Andreas Schwab, SUSE Labs, [email protected] GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE 1748 E4D4 88E3 0EEA B9D7 "And now for something completely different." _______________________________________________ bug-binutils mailing list [email protected] https://lists.gnu.org/mailman/listinfo/bug-binutils
