From owner-cvs-all Fri Aug 9 7:24:16 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F1DB337B400; Fri, 9 Aug 2002 07:24:10 -0700 (PDT) Received: from k6.locore.ca (k6.locore.ca [198.96.117.170]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3470443E5E; Fri, 9 Aug 2002 07:24:10 -0700 (PDT) (envelope-from jake@k6.locore.ca) Received: from k6.locore.ca (jake@localhost.locore.ca [127.0.0.1]) by k6.locore.ca (8.12.5/8.12.3) with ESMTP id g79EUVVA028503; Fri, 9 Aug 2002 10:30:32 -0400 (EDT) (envelope-from jake@k6.locore.ca) Received: (from jake@localhost) by k6.locore.ca (8.12.5/8.12.3/Submit) id g79EUUCc028502; Fri, 9 Aug 2002 10:30:30 -0400 (EDT) Date: Fri, 9 Aug 2002 10:30:30 -0400 From: Jake Burkholder To: Ruslan Ermilov Cc: Peter Wemm , 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> References: <200208041757.g74Hv1Fq083218@freefall.freebsd.org> <20020804140314.B76014@locore.ca> <20020809070325.GA81310@sunbay.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20020809070325.GA81310@sunbay.com>; from ru@FreeBSD.org on Fri, Aug 09, 2002 at 10:03:25AM +0300 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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