Date: Sun, 6 May 2018 15:32:10 -0700 From: Conrad Meyer <cem@freebsd.org> To: Mark Millard <marklmi26-fbsd@yahoo.com> Cc: FreeBSD Current <freebsd-current@freebsd.org> Subject: Re: svn commit: r333240 - in head/sys: powerpc/powerpc sys [appears to have broken the builds of head for riscv64] Message-ID: <CAG6CVpWjivydBEuur6iXdXdx7NnP7NLAtbo%2Bhjm5vpL4Da-0tg@mail.gmail.com> In-Reply-To: <9D64510E-32AE-45DC-87EC-4DFB41B9369F@yahoo.com> References: <9D64510E-32AE-45DC-87EC-4DFB41B9369F@yahoo.com>
next in thread | previous in thread | raw e-mail | index | archive | help
The same change as for powerpc needs to be made for riscv =E2=80=94 the (bcopy) trick =E2=80=94 to avoid expansion. Best, Conrad P.S., Mark, your email server is misconfigured and most/all of your emails get flagged as spam. I only saw this because I occasionally check the spam folder. On Sat, May 5, 2018 at 4:39 PM, Mark Millard <marklmi26-fbsd@yahoo.com> wro= te: > --- bcopy.o --- > In file included from /workspace/src/sys/riscv/riscv/bcopy.c:39:0: > /workspace/src/sys/sys/systm.h:262:31: error: expected identifier or '(' = before '{' token > #define bcopy(from, to, len) ({ \ > ^ > /workspace/src/sys/riscv/riscv/bcopy.c:134:1: note: in expansion of macro= 'bcopy' > bcopy(const void *src0, void *dst0, size_t length) > ^~~~~
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAG6CVpWjivydBEuur6iXdXdx7NnP7NLAtbo%2Bhjm5vpL4Da-0tg>