revert previous: as pointed out by tsutsui@, we're talking about

MACHINE_ARCH, not MACHINE, so x86_64 should be noted, not amd64.
This commit is contained in:
jschauma 2006-07-11 16:22:23 +00:00
parent 2b6f56fbdc
commit 1a55271438
1 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
.\" $NetBSD: options.4,v 1.323 2006/07/11 15:43:38 jschauma Exp $
.\" $NetBSD: options.4,v 1.324 2006/07/11 16:22:23 jschauma Exp $
.\"
.\" Copyright (c) 1996
.\" Perry E. Metzger. All rights reserved.
@ -395,8 +395,8 @@ On those architectures that support it, this enables binary
compatibility with Linux ELF and
.Xr a.out 5
applications built for the same architecture.
This currently includes the alpha, amd64, arm, i386, m68k, mips, and
powerpc ports.
This currently includes the alpha, arm, i386, m68k, mips, powerpc and
x86_64 ports.
.It Cd options COMPAT_LINUX32
On those 64 bit architectures that support it, this enables binary
compatibility with 32 bit Linux binaries.