svn commit: r182619 - head/usr.bin

David O'Brien obrien at FreeBSD.org
Tue Sep 2 16:03:18 UTC 2008


On Mon, Sep 01, 2008 at 05:45:00PM -0600, M. Warner Losh wrote:
> In message: <200809011803.m81I39MN024450 at svn.freebsd.org>
>             "David E. O'Brien" <obrien at FreeBSD.org> writes:
> : Author: obrien
> : Date: Mon Sep  1 18:03:09 2008
> : New Revision: 182619
> : URL: http://svn.freebsd.org/changeset/base/182619
> : 
> : Log:
> :   Truss and gprof doesn't build for MIPS.
> 
> What's the error?  gprof at least is building in the p4 tree.

You have me the impression that 'make TARGET_ARCH=mips buildworld' worked
in SVN trunk as long as the four patches in ~gonzo/public_html/mips2 were
applied.  I guess not.

$ grep gprof ~gonzo/public_html/mips2/*
/home/gonzo/public_html/mips2/cc.diff:+  %{p:%nconsider using `-pg' instead of `-p' with gprof(1) }             \


$ cd usr.bin/gprof
$ ls i386.h sparc64.h powerpc.h ia64.h arm.h mips.h
ls: mips.h: No such file or directory
arm.h           i386.h          ia64.h          powerpc.h       sparc64.h


I've now added the missing 'mips.h'.

-- David


More information about the freebsd-mips mailing list