On Tue, Jul 25, 2006 at 02:14:46PM +0200, Enrico Weigelt wrote: > * Ned Ludd <[EMAIL PROTECTED]> schrieb: > > <snip> > > > Non gcc compilers have never been supported and probably never will be. > > If someone decides to work on that topic, IMHO the best approach > would be providing an gcc-style frontend, so we actually get > an drop-in-replacement (at least from the command line view).
What would it do if a gcc-specific option is used for which the real compiler does not provide any option, even with a different name? If it would ignore it, things would break horribly (just think of -funsigned-char). If it would error out, are any options other than those already specified by POSIX (`man 1p c99`) available on all systems? (If not, no gcc-style frontend is necessary, because the options are already the same for all compilers intended to be usable as a (Unix-like-)system compiler.) -- gentoo-dev@gentoo.org mailing list