Date: Fri, 9 Aug 2002 10:30:30 -0400 From: Jake Burkholder <jake@locore.ca> To: Ruslan Ermilov <ru@FreeBSD.org> Cc: Peter Wemm <peter@FreeBSD.org>, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/truss Makefile extern.h main.c sparc64-fbsd.c Message-ID: <20020809103030.K76014@locore.ca> In-Reply-To: <20020809070325.GA81310@sunbay.com>; from ru@FreeBSD.org on Fri, Aug 09, 2002 at 10:03:25AM %2B0300 References: <200208041757.g74Hv1Fq083218@freefall.freebsd.org> <20020804140314.B76014@locore.ca> <20020809070325.GA81310@sunbay.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Apparently, On Fri, Aug 09, 2002 at 10:03:25AM +0300,
Ruslan Ermilov said words to the effect of;
> On Sun, Aug 04, 2002 at 02:03:14PM -0400, Jake Burkholder wrote:
> > Apparently, On Sun, Aug 04, 2002 at 10:57:01AM -0700,
> > Jake Burkholder said words to the effect of;
> >
> > > jake 2002/08/04 10:57:01 PDT
> > >
> > > Modified files:
> > > usr.bin/truss Makefile extern.h main.c
> > > Added files:
> > > usr.bin/truss sparc64-fbsd.c
> > > Log:
> > > Ported to sparc64.
> >
> > This doesn't entirely work yet due to endian bugs in procfs.
> >
> This also broke [cross-]compilation for ia64.
Someone should port truss to ia64 or remove it from the build.
Jake
>
> %%%
> Index: Makefile
> ===================================================================
> RCS file: /home/ncvs/src/usr.bin/truss/Makefile,v
> retrieving revision 1.17
> diff -u -r1.17 Makefile
> --- Makefile 4 Aug 2002 17:57:01 -0000 1.17
> +++ Makefile 9 Aug 2002 07:01:00 -0000
> @@ -1,8 +1,11 @@
> # $FreeBSD: src/usr.bin/truss/Makefile,v 1.17 2002/08/04 17:57:01 jake Exp $
>
> PROG= truss
> -SRCS= main.c setup.c syscalls.c syscalls.h ioctl.c ${MACHINE_ARCH}-fbsd.c
> -.if (${MACHINE_ARCH} == "i386")
> +SRCS= main.c setup.c syscalls.c syscalls.h ioctl.c
> +.if ${MACHINE_ARCH} != ia64
> +SRCS+= ${MACHINE_ARCH}-fbsd.c
> +.endif
> +.if ${MACHINE_ARCH} == i386
> SRCS+= i386-linux.c linux_syscalls.h
> .endif
>
> %%%
>
>
> Cheers,
> --
> Ruslan Ermilov Sysadmin and DBA,
> ru@sunbay.com Sunbay Software AG,
> ru@FreeBSD.org FreeBSD committer,
> +380.652.512.251 Simferopol, Ukraine
>
> http://www.FreeBSD.org The Power To Serve
> http://www.oracle.com Enabling The Information Age
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020809103030.K76014>
