This is the mail archive of the crossgcc@sourceware.org mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]