[SUGGEST] CPUTYPE reflects to FFLAGS in bsd.cpu.mk

Norikatsu Shigemura nork at FreeBSD.org
Tue Jun 17 22:11:10 PDT 2003


On Tue, 17 Jun 2003 16:22:48 -0600 (MDT)
"M. Warner Losh" <imp at bsdimp.com> 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.
	I see.  I'll send-pr this fix. (or anyone, commit this!)


More information about the freebsd-hackers mailing list