mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Don't claim that `ranlib -t' is useful.
Our ld is derived from gnu ld which doesn't check the timestamp on __.SYMDEF. gnu ld is designed to work with gnu ar which doesn't even have a ranlib option (gnu ar updates __.SYMDEF automatically if __.SYMDEF already exists, so gnu ld expects __.SYMDEF to be up to date if it exists).
This commit is contained in:
parent
8292bf7543
commit
669c4b246c
2 changed files with 4 additions and 2 deletions
|
|
@ -54,7 +54,8 @@ The options are as follows:
|
|||
.Bl -tag -width indent
|
||||
.It Fl t
|
||||
Set the modification time of the __.SYMDEF file.
|
||||
This time is compared by the loader with the modification time of the
|
||||
Some loaders (but not the FreeBSD one)
|
||||
compared this time with the modification time of the
|
||||
archive to verify that the table is up-to-date with respect to the
|
||||
archive.
|
||||
If the modification time has been changed without any change to the
|
||||
|
|
|
|||
|
|
@ -54,7 +54,8 @@ The options are as follows:
|
|||
.Bl -tag -width indent
|
||||
.It Fl t
|
||||
Set the modification time of the __.SYMDEF file.
|
||||
This time is compared by the loader with the modification time of the
|
||||
Some loaders (but not the FreeBSD one)
|
||||
compared this time with the modification time of the
|
||||
archive to verify that the table is up-to-date with respect to the
|
||||
archive.
|
||||
If the modification time has been changed without any change to the
|
||||
|
|
|
|||
Loading…
Reference in a new issue