Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Apr 2016 12:49:44 -0600
From:      Ian Lepore <ian@freebsd.org>
To:        Maxim Sobolev <sobomax@FreeBSD.org>, "Bjoern A. Zeeb" <bz@freebsd.org>
Cc:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   Re: svn: head/usr.bin/mkuzip
Message-ID:  <1461610184.1191.58.camel@freebsd.org>
In-Reply-To: <CAH7qZfsssh6V7xs%2B%2BTt9Hcv1rjomWTetGddA_eE78C1zM7s0DQ@mail.gmail.com>
References:  <201604251320.u3PDKZtI057759@repo.freebsd.org> <CAH7qZfsssh6V7xs%2B%2BTt9Hcv1rjomWTetGddA_eE78C1zM7s0DQ@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 2016-04-25 at 11:39 -0700, Maxim Sobolev wrote:
> Thanks and sorry about that. I did not realize we use different
> compilers
> for different architectures. By any chance, do you know is there a
> way to
> test buildworld on amd64 with gcc?
> 

Add these args to src.conf or the command line.  I haven't tried these
with anything except arm platforms for a couple years, but in theory it
should work on amd64...

#WITH_GCC=yes
#WITH_GNUCXX=yes
#WITH_GCC_BOOTSTRAP=yes
#WITHOUT_CLANG=yes
#WITHOUT_CLANG_IS_CC=yes
#WITHOUT_CLANG_BOOTSTRAP=yes

-- Ian

> On Mon, Apr 25, 2016 at 6:20 AM, Bjoern A. Zeeb <bz@freebsd.org>
> wrote:
> 
> > Author: bz
> > Date: Mon Apr 25 13:20:35 2016
> > New Revision: 298577
> > URL: https://svnweb.freebsd.org/changeset/base/298577
> > 
> > Log:
> >   Try to make gcc builds happy again by removing a redundant
> > declaration.
> > 
> > Modified:
> >   head/usr.bin/mkuzip/mkuzip.c
> > 
> > Modified: head/usr.bin/mkuzip/mkuzip.c
> > 
> > ===================================================================
> > ===========
> > --- head/usr.bin/mkuzip/mkuzip.c        Mon Apr 25 12:25:30 2016
> > (r298576)
> > +++ head/usr.bin/mkuzip/mkuzip.c        Mon Apr 25 13:20:35 2016
> > (r298577)
> > @@ -78,7 +78,6 @@ static struct mkuz_format ulzma_fmt = {
> >  static struct mkuz_blk *readblock(int, u_int32_t);
> >  static void usage(void);
> >  static void cleanup(void);
> > -int mkuz_memvcmp(const void *, unsigned char, size_t);
> > 
> >  static char *cleanfile = NULL;
> > 
> > 
> > 



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