Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
RE: PATCH: wordcode stuff
- X-seq: zsh-workers 10022
- From: "Andrej Borsenkow" <Andrej.Borsenkow@xxxxxxxxxxxxxx>
- To: "Sven Wischnowsky" <wischnow@xxxxxxxxxxxxxxxxxxxxxxx>, <zsh-workers@xxxxxxxxxxxxxx>
- Subject: RE: PATCH: wordcode stuff
- Date: Thu, 9 Mar 2000 15:44:11 +0300
- Importance: Normal
- In-reply-to: <200003091040.LAA24124@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
>
> Ok, I hope this patch makes it work for you (and others who don't have
> a gcc). Btw, I think gcc is a probably the best choice we have,
> because with other if cc on X accepts it you can't be sure that cc on
> Y accepts it, too. And nowadays there are systems without a (real) cc.
>
GCC was never a C compiler - (without additinal options) it was always a "GNU C" compiler
which is just different language sometimes.
O.K., I admit I was too eager - but I had too many cases when a good program was so
GCC-specific that it made no sense to even try to port it.
So, the question - is there any flags that will enable "compatible" mode at least for
debug builds? Can we use them?
-andrej
Messages sorted by:
Reverse Date,
Date,
Thread,
Author