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>
index | next in thread | previous in thread | raw e-mail
[-- Attachment #1 --]
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.
%%%
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
[-- Attachment #2 --]
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.7 (FreeBSD)
iD8DBQE9U2k9Ukv4P6juNwoRAiaJAJ98s5OCAhtYuAe1PcSd9iT51rjqngCghyL1
yVMLNF1g6Rz+L1ETu1NmZEo=
=DGah
-----END PGP SIGNATURE-----
help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020809070325.GA81310>
