From owner-cvs-all Fri Aug 9 0: 4: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 141EF37B400; Fri, 9 Aug 2002 00:04:05 -0700 (PDT) Received: from whale.sunbay.crimea.ua (whale.sunbay.crimea.ua [212.110.138.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id C0A3D43E70; Fri, 9 Aug 2002 00:03:59 -0700 (PDT) (envelope-from ru@whale.sunbay.crimea.ua) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.11.6/8.11.2) id g7973PN81586; Fri, 9 Aug 2002 10:03:25 +0300 (EEST) (envelope-from ru) Date: Fri, 9 Aug 2002 10:03:25 +0300 From: Ruslan Ermilov To: Jake Burkholder , Peter Wemm Cc: 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: <20020809070325.GA81310@sunbay.com> References: <200208041757.g74Hv1Fq083218@freefall.freebsd.org> <20020804140314.B76014@locore.ca> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="2fHTh5uZTiUOsy+g" Content-Disposition: inline In-Reply-To: <20020804140314.B76014@locore.ca> User-Agent: Mutt/1.3.99i 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 --2fHTh5uZTiUOsy+g Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable 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; >=20 > > jake 2002/08/04 10:57:01 PDT > >=20 > > Modified files: > > usr.bin/truss Makefile extern.h main.c=20 > > Added files: > > usr.bin/truss sparc64-fbsd.c=20 > > Log: > > Ported to sparc64. >=20 > This doesn't entirely work yet due to endian bugs in procfs. >=20 This also broke [cross-]compilation for ia64. %%% Index: Makefile =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 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= $ =20 PROG=3D truss -SRCS=3D main.c setup.c syscalls.c syscalls.h ioctl.c ${MACHINE_ARCH}-fbsd.c -.if (${MACHINE_ARCH} =3D=3D "i386") +SRCS=3D main.c setup.c syscalls.c syscalls.h ioctl.c +.if ${MACHINE_ARCH} !=3D ia64 +SRCS+=3D ${MACHINE_ARCH}-fbsd.c +.endif +.if ${MACHINE_ARCH} =3D=3D i386 SRCS+=3D i386-linux.c linux_syscalls.h .endif =20 %%% Cheers, --=20 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 --2fHTh5uZTiUOsy+g Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE9U2k9Ukv4P6juNwoRAiaJAJ98s5OCAhtYuAe1PcSd9iT51rjqngCghyL1 yVMLNF1g6Rz+L1ETu1NmZEo= =DGah -----END PGP SIGNATURE----- --2fHTh5uZTiUOsy+g-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message