mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 09:41:03 -04:00
Document the -32 switch available on amd64.
Submitted by: Steve Kargl sgk at troutmask dot apl dot washington dot edu MFC after: 1 week
This commit is contained in:
parent
4d5fe96d68
commit
cff2cd1d3c
1 changed files with 4 additions and 0 deletions
|
|
@ -37,6 +37,7 @@
|
|||
.Nd configure the shared library cache
|
||||
.Sh SYNOPSIS
|
||||
.Nm
|
||||
.Op Fl 32
|
||||
.Op Fl aout | Fl elf
|
||||
.Op Fl Rimrsv
|
||||
.Op Fl f Ar hints_file
|
||||
|
|
@ -103,6 +104,9 @@ utility is typically run as part of the boot sequence.
|
|||
The following options are recognized by
|
||||
.Nm :
|
||||
.Bl -tag -width indent
|
||||
.It Fl 32
|
||||
On 64-bit systems that support running 32-bit binaries,
|
||||
generate hints for 32-bit shared libraries.
|
||||
.It Fl aout
|
||||
Generate the hints for a.out format shared libraries.
|
||||
.It Fl elf
|
||||
|
|
|
|||
Loading…
Reference in a new issue