[PATCH 2 of 4 v2] configure: disable static linking on Darwin

Titus von Boxberg titus@v9g.de
Sun Jul 3 09:09:00 GMT 2011


Am 28.06.2011 um 23:56 schrieb Yann E. MORIN:
> +if [ "${static_link_ok}" = "y" ]; then
> +    printf "yes\n"
> +else
> +    printf "no\n"
> +    printf " * An optional host feature is missing, some features will be disabled\n"
> +    printf " * It will not be possible to link binaries statically\n"
make the message more precise:
"It will not be possible to statically link the tool chain's binaries"

I'd also find those messages clearer if you'd replace the second asterisk
by indenting space and put a colon after the "An optional ...is missing...".
Then the user understands immediately that the second message is
giving the detail for the first general hint.

Regards
Titus


--
For unsubscribe information see http://sourceware.org/lists.html#faq



More information about the crossgcc mailing list