On Fri, 15 Nov 2019 at 17:20, David Gibson <david@xxxxxxxxxxxxxxxxxxxxx> wrote: > > On Fri, Nov 15, 2019 at 03:51:08PM +0000, Ed Maste wrote: > > From: Ed Maste <emaste@xxxxxxxxxxx> > > > > By default FreeBSD does not have 'gcc' in the PATH (on common platforms). > > As on Linux 'cc' is available as a link to the default compiler (Clang or > > GCC), so just use 'cc'. > > > > Signed-off-by: Ed Maste <emaste@xxxxxxxxxxx> > > Applied, thanks. This is also more consistent, since I believe for > the actual build we just use make's default CC, which is generally > "cc". Thanks. It seems these are still visible in the pub/scm/utils/dtc/dtc.git repo; once they are I'll rebase and post the addition of .cirrus.yml for review. I still need to address the gnu_printf attribute for FreeBSD - for now I've just reverted 588a29ff2e locally.