Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Jun 2003 14:10:48 +0900 (JST)
From:      Norikatsu Shigemura <nork@FreeBSD.org>
To:        "M. Warner Losh" <imp@bsdimp.com>
Cc:        kris@obsecurity.org
Subject:   Re: [SUGGEST] CPUTYPE reflects to FFLAGS in bsd.cpu.mk
Message-ID:  <200306180510.h5I5Ai1J055092@nd250009.gab.xdsl.ne.jp>
In-Reply-To: <20030617.162248.133289574.imp@bsdimp.com>
References:  <200306151423.h5FENf1I056184@nd250009.gab.xdsl.ne.jp> <20030616004350.GA34076@rot13.obsecurity.org> <200306171629.h5HGTK1I036487@nd250009.gab.xdsl.ne.jp> <20030617.162248.133289574.imp@bsdimp.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 17 Jun 2003 16:22:48 -0600 (MDT)
"M. Warner Losh" <imp@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!)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200306180510.h5I5Ai1J055092>