On Thu Sep 16 10, John Baldwin wrote:
> On Wednesday, September 15, 2010 9:01:20 pm Alexander Best wrote:
> > hi there,
> >
> > after discovering PR #114082 i noticed that with CPUTYPE not being defined
> > in
> > make.conf, `make -VCFLAGS` reports a trailing whitespace for CFLAGS.
> > the reason
On Wednesday, September 15, 2010 9:01:20 pm Alexander Best wrote:
> hi there,
>
> after discovering PR #114082 i noticed that with CPUTYPE not being defined in
> make.conf, `make -VCFLAGS` reports a trailing whitespace for CFLAGS.
> the reason for this is that ${_CPUCFLAGS} gets added to CFLAGS ev
hi there,
after discovering PR #114082 i noticed that with CPUTYPE not being defined in
make.conf, `make -VCFLAGS` reports a trailing whitespace for CFLAGS.
the reason for this is that ${_CPUCFLAGS} gets added to CFLAGS even if it's
empty.
the following patch should take care of the problem. i al
3 matches
Mail list logo