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 <b...@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; > > > > > > _______________________________________________ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"