Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 Oct 2003 14:24:19 +1000 (EST)
From:      Bruce Evans <bde@zeta.org.au>
To:        Doug White <dwhite@gumbysoft.com>
Cc:        "current@freebsd.org" <current@freebsd.org>
Subject:   Re: warnings while kernel build
Message-ID:  <20031023141455.R3642@gamplex.bde.org>
In-Reply-To: <20031022151112.M71676@carver.gumbysoft.com>
References:  <1066806474.959.18.camel@localhost> <20031022151112.M71676@carver.gumbysoft.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 22 Oct 2003, Doug White wrote:

> On Wed, 22 Oct 2003, Vladimir B. Grebenschikov wrote:
>
> >
> > While build kernel on RELENG_4 machine I have following warnings (they
> > prevent success build unless -Werror disabled)
>
> Is there some reason you're trying to compile RELENG_4 with gcc 3.3, which
> won't work?

It works for me.

%%%
RCS file: /home/ncvs/src/sys/i386/i386/identcpu.c,v
Working file: identcpu.c
head: 1.130
...
----------------------------
revision 1.57.2.17
date: 2003/08/05 07:07:37;  author: bde;  state: Exp;  lines: +20 -20
MFC: 1.94 and 1.125 (don't use hard newlines in string literals, and fix
some style bugs on the same lines).

This completes making some RELENG_3 kernels work when compiled by gcc-3.3.
----------------------------
...
----------------------------
revision 1.80.2.16
date: 2003/08/05 07:05:39;  author: bde;  state: Exp;  lines: +19 -19
MFC: 1.94 and 1.125 (don't use hard newlines in string literals, and fix
some style bugs on the same lines).

This completes making some RELENG_4 kernels work when compiled by gcc-3.3.
I intended to make more than some work, but gave up on LINT.  GENERIC
compliles but has not been tested at runtime.
----------------------------
%%%

Bruce



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