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 1 of 4 v2] configure: check host system


Titus, All,

On Sunday 03 July 2011 09:52:31 Titus von Boxberg wrote:
> 
> Am 28.06.2011 um 23:56 schrieb Yann E. MORIN:
> > +case "${host}" in
> > +    Linux)  ;;
> > +    Cygwin) ;;
> > +    Darwin)
> > +        printf " * Runing under Darwin is not fully supported\n"
> > +        printf " * Although not strictly required, using MacPorts is highly recommended\n"
> > +        printf " * Even though, you may encounter some weird behavior\n"
> > +        ;;
> > +    *)
> > +        printf " * Runing under %s is not fully tested\n" "${host}"
> > +        printf " * You may encounter some weird behavior\n"
> > +        ;;
> 
> I don't like the wording for Darwin.
> What does "fully supported" mean?
> There is no "using MacPorts". What has to be done is given in docs/C.txt
> And macports can in no way prevent "weird behaviour".
> 
> If you do want to print a message on Darwin, the message for *) is better
> suited.

OK, I'll remove the Darwin special case.

Regards,
Yann E. MORIN.

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 223 225 172 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'

--
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]