In message: <[EMAIL PROTECTED]>
Norikatsu Shigemura <[EMAIL PROTECTED]> writes:
: On Tue, 17 Jun 2003 16:22:48 -0600 (MDT)
: "M. Warner Losh" <[EMAIL PROTECTED]> wrote:
: > : -FFLAGS ?= -O
: > : +FFLAGS ?= ${CFLAGS}
: > +FFLAGS ?= ${CFLAGS:C/-std=[a-z:0-9]+//}}
: > : .endif
: > : EFLAGS ?=
: > might be better.
:
: Aha! -std=c99 (etc..) is only C feature.
Yes. That's right. -std= might be used for other languages, but its
meaning would be totally different for each of them.
: I see. I'll send-pr this fix. (or anyone, commit this!)
I'll add it to my tree, and hopefully commit it soon.
Warner
_______________________________________________
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "[EMAIL PROTECTED]"