Date: Fri, 9 Aug 2002 10:03:25 +0300 From: Ruslan Ermilov <ru@FreeBSD.org> To: Jake Burkholder <jake@locore.ca>, Peter Wemm <peter@FreeBSD.org> 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> In-Reply-To: <20020804140314.B76014@locore.ca> References: <200208041757.g74Hv1Fq083218@freefall.freebsd.org> <20020804140314.B76014@locore.ca>
next in thread | previous in thread | raw e-mail | index | archive | help
--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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020809070325.GA81310>