Date: Mon, 1 Mar 2004 15:50:19 -0800 (PST) From: Mikhail Teterin <Mikhail.Teterin@Murex.com> To: freebsd-bugs@FreeBSD.org Subject: Re: kern/63155: [patch] amr(4) ioctl fails for 32-bit binaries on 64-bit Message-ID: <200403012350.i21NoJTW088193@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR kern/63155; it has been noted by GNATS. From: Mikhail Teterin <Mikhail.Teterin@Murex.com> To: freebsd-gnats-submit@FreeBSD.org, mi@aldan.algebra.com Cc: Subject: Re: kern/63155: [patch] amr(4) ioctl fails for 32-bit binaries on 64-bit Date: Mon, 1 Mar 2004 18:45:13 -0500 #ifdef IA32 .... #endif now seems the best way to conditionalize the definition of AMR_IO_COMMAND32. The IA32 is only defined on amd64 and when it is not, the 32-bit binaries can not run anyway. Still not sure, how to deal with ia64 -- does it even run 32-bit binaries? Is support for them unconditional? -mi
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200403012350.i21NoJTW088193>